@charset "utf-8";

.formtable {
width:600px;
margin-top:10px;
}
.formtitle {
font-size:16px;
color:#0081BF;
border-bottom:1px solid #0081BF;
}
.formnotes {
font-size:10px;
}
.formcol1 {

text-align:left;
margin-right:4px;
}
.formcol2 {
}
.formtext {
border:1px solid #CCC;
}
.formtextarea {
border:1px solid #CCC;
width:400px;
height:150px;
}
.formfile {
border:1px solid #CCC;
}

.form_heading {
font-size:14px;
color: #000000;
padding:15px 0 0 0;
margin:0 0 0 0;
border-bottom:1px solid #e8e8e8;
}

.submitbutton {
 position: relative;
 color:#fff !important;
 font-size:14px !important;
 font-weight: 500 !important;
 text-transform: uppercase !important;
 background-color: #cc0000 !important;
 text-decoration: none !important;
 top: 0px;
 padding: 7px 13px 6px 13px !important;
 /*-moz-border-radius: 4px !important;
 -webkit-border-radius: 4px !important;*/
 border-radius: 4px !important;
}

