
form {
padding:5px;
width:99%;
font-family:"trebuchet ms",sans-serif;
}
fieldset {
padding:10px;
margin-bottom:10px;
border:none;
clear:both;
}
fieldset .clear {
height:-10px;
clear: both;
}
.cleardiv  {
clear: both;
}
legend {
font-weight:bold
}
label {
float:left;
width:50%;
margin-top:5px;
display:block;
font-size:90%;
}
label.check{
width:50%;
display:inline
}
label.inline {
display:inline
}
input {
float:right;
margin-top:2px;
font-family:"trebuchet ms",sans-serif;
}
input[type=radio] {
margin-top:2px;
margin-right:50px;
background-color:transparent;
border:none;
}
input[type=checkbox] {
margin-top:2px;
margin-right:5px;
background-color:transparent;
border:none;
}
select, option {
margin-top:1px;
font-family:"trebuchet ms",sans-serif;
font-size:90%;
}
textarea {
width:99%;
margin-top:2px;
font-family:"trebuchet ms",sans-serif;
}
input[type=submit], input[type=reset] {
cursor:pointer;
}
input[type=submit]:hover, input[type=reset]:hover {
background-color:white;
}
input[type=submit]:active, input[type=reset]:active {
color:black;
}
*:focus {
background-color:white;
}
