/*----------------------------------------------------------------
"REQUEST A QUOTE" FORM STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:


Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com

Kevin Guill
email: kevin.guill@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/


/* =START / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
form {
margin-left: 12px;
}

fieldset {
background:#F7F8F9;
margin-bottom:20px;
}

fieldset h2 {
color:#4B6C88;
}

legend {
font-size:115%;
font-weight:bold;
color:#4B6C88;
}

label {
vertical-align:top;
line-height:14px;
}

label.first {
float:left;
width:115px;
}

select {
margin-left:10px;
}

.first {
float:left;
}

input {
margin: 0px 12px 0px 2px;
}

input.submit_bg {
width:100px;
height:22px;
color:#EDF0F3;
background: url(../images/submit-BG.jpg) no-repeat;
}

input.submit_bg:hover {
background: url(../images/submit-over-BG.jpg) no-repeat;
}

.required {
color:#990000;
font-size:90%;
}

.name {
padding-bottom: 12px;
}

.inset {
background:#EDF0F3;
margin: 12px 8px 12px 8px;
padding-bottom:12px;
}

.inset div{
float:left;
width: 270px;
}

.message {
padding-right:12px;
}


/* =END / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/
