ul.formular {
	list-style:none;
	margin:0;
	padding:10px;
	/*padding-left:0px;*/
	border:1px solid #808080;
	width:460px;
	text-align:left;
	background-color:#F8F8F8;

}




ul.formular li  {
margin:2px;
/*margin-left:0px;*/
padding:2px;
/*padding-left:0px;*/
text-align:left;
}

ul.formular li p {

margin-top:0px;
margin-bottom:20px;

font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display:block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999999;
	text-align:left;
}


ul.formular li label {
float:left;
width:140px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
text-align:left;


}



ul.formular li#buttons {
clear:left;
margin-left:0px;
margin-top:20px;
}

