.wgt_formular {

}



.wgt_formular th {
	background:#f3f4f9;
	
	border:1px solid #fff;
	border-width:0 0 1px 0;
	
	padding:4px 6px 4px 0;
	
	text-align:right;
	
	color:#000;
	font-size:11px;
}
.wgt_formular td {
	background:#fff;
	
	border:1px solid #efeeee;
	border-width:0 0 1px 0;
	
	padding:5px 0 5px 6px;
}

.wgt_formular td.td_submit {
	background:#fff;
	
	border:0;
	border-width:0 0 1px 0;
	
	padding:10px;
}
.wgt_formular th small {
	color:black; 
	display:block;
	
	font-weight:normal;
}


form fieldset {

	border:1px solid #cdcdcd;
	margin-top:7px;	
	margin-bottom:7px;	
	
	
	/*border-bottom-left-radius:3px;*/
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	
	/*border-bottom-right-radius:3px;*/
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	
	/*border-bottom-left-radius:3px;*/
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	
	/*border-bottom-right-radius:3px;*/
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}
