body{
	font-family: arial, verdana;
	background-color:#fff;
	color:#000;
	font-size:0.8em;
}

form{
	font-family: arial, verdan;

}
input
{
background:#ffffff;
margin-bottom:10px;
border: 1px solid #cccccc;
}
input.smaller
{
background:#ffffff;
margin-bottom:8px;
border: 1px solid #cccccc;
width:30px;
}
select
{
background:#ffffff;
margin-bottom:8px;
border: 1px solid #cccccc;
}
textarea{
background: #ffffff;
margin-bottom:8px;
border: 1px solid #cccccc;
}

.submit input
{
background:none;
margin-bottom:8px;
} 

label
{
width: 13em;
float: left;
margin-right: 0.2em;
display: block
}

input.check1{
text-align: right;
margin-bottom:0px;
border:0;
}
