/*----------------------------------------------------------------
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#rfp {
width:460px;
font-size:12px;
margin:10px;
}

#rfp fieldset {
background:#DDDFC3;
border:none;
margin-bottom:20px;
padding:6px;
}

#rfp .inset {
background:#CDCFB5;
margin-bottom:12px;
padding:0px 6px;
}

#rfp fieldset h2 {
color:#6E3309;
font-size:90%;
}

#rfp legend {
font-size:115%;
font-weight:bold;
color:#000;
}

#rfp span.required {
font-size:12px;
font-style:italic;
color:#A00D03;
}

#rfp label {
vertical-align:top;
line-height:14px;
}

#rfp label.second {
margin-left:12px;
}

#rfp label.first {
float:left;
width:150px;
}

#rfp textarea {
width:444px !important;
margin-top:12px;
border:1px solid #BDBFA7;
}

#rfp input,
#rfp select {
text-align:center;
font-size:90%;
border:1px solid #BDBFA7;
margin-bottom:2px;
margin-right:12px;
}

#rfp input {
padding:1px;
}

#rfp input.inline {
margin:0px 2px;
}

#rfp select {
width:120px;
}

#rfp select#info_request {
margin-right:0px;
}


#rfp img {
position:relative;
top:2px;
}

#rfp .first {
float:left;
}

#rfp .inset div{
float:left;
width: 240px;
}

#rfp .message {
padding-right:12px;
width:512px;
}

#rfp #submit { 
float:left;
width:80px;
height:20px;
margin:0px;
border:1px solid #BDBFA7;
background:#CDCFB5;
cursor:pointer;
}

.formerror {
font-style:italic;
color:#990000;
}

.clear {
clear:both;
}




