/*----------------------------------------------------------------
FORMS STYLESHEET

Includes: 
Browser Compatibility: IE 6
Layout Type:

Color Sceme:


Developers:
**********************************
Kevin Guill
email: kevin.guill@rezstream.com
website:http://rezstream.com

Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/

/*--------------- =RFP form start ---------------*/
form#contact {
width:400px;
margin:22px;
}

#contact fieldset {
background:#F2F2F2;
border:none;
margin-bottom:20px;
padding:8px;
}

#contact .inset {
background:#DFDFDF;
margin-bottom:12px;
padding:10px 8px;
}

#contact fieldset h2 {
color:#6E3309;
font-size:90%;
}

#contact legend {
font-size:115%;
font-weight:bold;
color:#000;
}

#contact legend.required,
span.required {
font-size:12px;
font-style:italic;
color:#A00D03;
}

#contact label {
vertical-align:top;
}

#contact label.first {
float:left;
width:150px;
}

#contact textarea {
margin:12px 0px 12px 6px;
width:350px;
}

#contact input,
#contact select {
font-size:90%;
margin-bottom:2px;
margin-right:12px;
}

#contact input {
padding:1px;
}

.formerror {
font-style:italic;
color:#990000;
}

.clear {
clear:both;
}




