@charset "iso-8859-1";

input {
	padding:0.15em;
	border:1px solid #ddd;
	background:#fafafa;
	font:14px arial, sans-serif;
}
input:hover {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 

fieldset{
border:none; border-top:#CCC 1px solid;
}
fieldset legend{
font-weight:bold;
color:#094F95;
font-size:16px;
}
fieldset td{
/*	font-family:Verdana, Geneva, sans-serif;*/
	font-size:12px;
	font-weight:normal;
	color:#000;
	
}
/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../gfx/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(../gfx/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/

