@charset "utf-8";
/* CSS Document */


small {
font-weight:bold;
font-size:9px;
}


.footer_motto {
margin-bottom:5px;
margin-top:-20px;
text-align:center;
color:#003366;
height:15px;
}

#theform{
 margin:100px 260px 0px 80px;
width:450px;
padding:14px;
}
#theform h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#theform p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#theform label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#theform .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#theform input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 10px 10px;
}
 
#theform .phone{
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 10px 10px;
}
#theform .city{
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:150px;
margin:2px 0 10px 10px;
}

#theform .email{
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:150px;
margin:2px 0 10px 10px;
}

 
 
#theform .questions{
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:250px;
margin:2px 0 10px 10px;
}
 
#theform button{
clear:both;
margin-left:150px;
width:125px;
text-align:center;
font-weight:bold;
}
 
.menu2 {
display:left !important;
}
 
.menu {
width:190px !important;
 }
 
.clear {
clear:both;
}
--> 


