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


#contactformcontainer {
margin: 0px auto 0px;
width: 620px;
/*border: 1px solid #333333;*/
height: auto;
}

#contact_title {
width: 100%;
color: #666;
font-size:22px;
}

.row {
clear:both;
width: 100%;
height:35px;
/*border-bottom: 1px solid #666666;*/
}

.title {
margin-right: 10px;
color:#0066CC;
font-size:14px;
font-weight:bold;
width: 200px;
height: 20px;
line-height: 35px;
text-align:right;
float: left;
}

#submit {
clear:both;
width: 100%;
height:30px;
margin-top: 145px;
margin-left: 10px;
}

.button {
font-size:16px;
border: 0px;
width: 100px;
height: 30px;
background:#0066CC;
color: #FFFFFF;
}

.input {
height: 25px;
line-height:25px;
width: 200px;
float:left;
margin-left: 10px;
margin-top: 7px;
border-left: 2px solid #a7b6d8;
border-top: 2px solid #a7b6d8;
background-color:#bee1fc;
font-size:16px;
font-weight:bold;
color:#666666;
/*background: url(../images/form_input.jpg) no-repeat;*/
/*border: 0px;*/
}

.textarea {
/*border: 1px solid #999999;*/
border-left: 2px solid #a7b6d8;
border-top: 2px solid #a7b6d8;
/*border: 0px;*/
background-color:#bee1fc;
float:left;
margin-left: 10px;
margin-top: 5px;
height:auto;
font-size:14px;
font-weight:bold;
color:#666666;
}

.select {
height: 25px;
line-height:25px;
width: 200px;
float:left;
margin-left: 10px;
margin-top: 7px;
padding: 0px;
border-left: 2px solid #a7b6d8;
border-top: 2px solid #a7b6d8;
background-color:#bee1fc;
}



.clear {
height: 20px;
clear:both;
padding: 0px;
}


#thankyou {
margin: 50px auto 0px;
width: 350px;
padding: 20px;
height: auto;
border: 1px dotted #003399;
text-align:left;
font-size:14px;
color:#0066CC;
}