#quote-request {
background: #fff;
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
text-align: left;
display: inline;
padding: 0;
margin: 0;
}

#quote-request p, #quote-request label {
text-align: left;
}

#quote-request p {
clear: both;
}

#quote-request fieldset {
margin: 0 0 1em 0;
padding: 0;
border: 0;
}
#quote-request legend {
color: #000;
background: #fff;
font-weight: bold;
margin: 0;
padding: 0;
*margin-left: -0.5em;
}

#quote-request label {
display: block;
float: left;
width: 16em;
margin-bottom: 1em;
position: relative;
top: 0.2em;
}

#quote-request input {
width: 20em;
}
#quote-request select {
width: 15em;
}
#quote-request textarea {
width: 20.2em;
}

#quote-request #submit { 
text-align: center; 
}
