/* CSS Document */

label{
float: left;
width: 120px;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
}
.checkbox{
	width:  30px;
	border: none;
	vertical-align: bottom;
}

input, textarea{
width: 180px;
margin-bottom: 10px;
}

textarea{
width: 250px;
height: 150px;
}

.textareaShort{
width: 50px;
margin-bottom: 10px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}