/*CSS for the left-side form */

#sideform{
clear: both;
float: left;
width: 190px;
margin: 0 0 0 20px;
font-size: 0.8em;
}
#sideform h1{
margin: 0 0 2px 0;
padding-left: 8px;
}
#sideform table{
width:180px;
}
#sideform table td{
padding:5px 0 5px 5px;
border: 1px solid #999;
color:#999999;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
}
#sideform table td.top{
color:#003366;
text-align:center;
border:none;
font-weight:bold;
}
#sideform table td.btn{
border:none;
}
input{
font-size: 1em;
border: 0;
padding: 2px 0 2px 0;
}
.title{
font-family:Arial, Helvetica, sans-serif;
padding: 0px 0px 5px 10px;
color:#002C62;
}

