body {
font-family: Arial, sans-serif, Helvetica;
font-size: 11px;
font-weight: normal;
color: #7c8792;
text-decoration: none;
text-align: left;
margin: 0px;
padding: 0px;
width:100%;
height:100%;
}

h1 {
font-size: 18px;
color: #48688f;
text-decoration: none;
line-height: 22px;
padding-top: 20px;
margin: 0px;
font-weight: bold;
letter-spacing: 1px;
text-transform:uppercase;
}

h2 {
font-size: 16px;
color: #3a6590;
text-decoration: none;
font-weight: normal;
line-height: 24px;
padding: 0px;
margin: 0px;
margin-top:10px;
letter-spacing: -1px;
font-weight: bold;
}

h3 {
font-size: 18px;
color: #929292;
text-decoration: none;
line-height: 24px;
padding:0px;
margin: 0px;
letter-spacing: -1px;
font-weight: bold;
}


#formbody{
clear: both;
width: 260px;
padding: 0px;
height: 400px;
margin: 0px;
text-align:left;
font-size: 11px;
line-height: 17px;
color: #656565;
}

.formbutton_row {
clear: both;
height: 30px;
width: 260px;
font-size: 11px;
text-decoration: none;
clear: both;
margin-top: 5px;
}

.formbutton_row a{
padding: 5px 10px 5px 10px;
}

.formbutton {
position: relative;
z-index: 10;
top:0px;
display:inline;
float: left;
color: #FFFFFF;
background: #000;
text-decoration: none;
}

.formbutton:hover {
background: #5e5e5e;
}

.formrow {
clear: both;
width: 260px;
margin-top: 10px;
}

.formlabel {
clear: both;
width: 260px;
font-size: 11px;
line-height: 16px;
font-weight: bold;
}

.formfield {
clear: both;
width: 260px;
margin-top: 6px;
}

.formfieldcss {
width: 260px;
height: 20px;
font-family: Arial, sans-serif, Helvetica;
font-size: 12px;
font-weight: normal;
color: #444444;
text-align:left;
padding: 1px;
border: solid 1px #aaaaaa;
background: #FFF;
}

.formfieldcsserror {
width: 260px;
height: 20px;
font-family: Arial, sans-serif, Helvetica;
font-size: 12px;
font-weight: normal;
color: #444444;
text-align:left;
padding: 1px;
border: solid 1px #ff0000;
background: #FFF;
}

.formfieldlargecss {
width: 260px;
height: 62px;
font-family: Arial, sans-serif, Helvetica;
font-size: 12px;
font-weight: normal;
color: #444444;
text-align:left;
padding: 1px;
border: solid 1px #aaaaaa;
background: #FFF;
}

.formfieldlargecsserror {
width: 260px;
height: 62px;
font-family: Arial, sans-serif, Helvetica;
font-size: 12px;
font-weight: normal;
color: #444444;
text-align:left;
padding: 1px;
border: solid 1px #ff0000;
background: #FFF;
}

.formcheckboxerror {
font-family: Arial, sans-serif, Helvetica;
font-size: 12px;
font-weight: normal;
color: #ff3300;
}

.formcheckbox {
width: 20px;
height: 20px;
}

.formthankyou {
clear: both;
width: 260px;
font-size: 14px;
line-height: 20px;
font-weight: normal;
}



/* BRAD STYLING */


.formfieldcss_check {
width: 13px;
height: 13px;
}


.formfieldcss_checkerror {
width: 13px;
height: 13px;
border: solid 1px #ff3300;
}

input.formfieldcss_checkerror {
    outline: 1px solid #ff0000 !important;
}


