/* CSS Document */



label{
float: left;
width: 200px;
font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
margin-bottom:5px;
font-weight:normal;
color: #135975;
}

input, textarea{
width: 300px;
margin-bottom: 5px;
font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #999999;
background-color:#EDF6FB;
font-size:10pt;
border:1px dashed #999999;
}

textarea{
width: 420px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 155px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}





