﻿/* Chrome Showroom Skin */

#freequote-wrapper {
    width: 540px;
    height: auto;
    background-color:#fff;
    margin: 0px;
}
#freequote-wrapper p {
    font-family: Arial;
    font-size: 14px;
    margin-top: 0px;
}

#freequote-wrapper h1 {
border-bottom:2px dotted #ED1C24;
color:#004990;
font-size:1.9em;
margin:5px 0 10px;
font-family:Arial,sans-serif;
}
#freequote-wrapper h2 {
border-bottom:2px dotted #ED1C24;
color:#004990;
font-size:1.9em;
margin:5px 0 10px;
font-family:Arial,sans-serif;
}
div#captchapos {
    clear: left;
    text-align: left;
    float: left; 
    margin: 0px 0px 0px 7px;
}
div#captchapos #recaptcha {
    clear: left;
    text-align: left;
    float: left;
}
.error-bar {
    clear: none;
	width: 235px;
	height: auto;
	display: none;
	background-color: #F9F1f1;
	color: #FF0000;
	border: 1px dotted #ff0000;
	font-weight: bold;
	margin: 2px 4px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	float:right;
}
fieldset 	{
    display:block; 
    float:left; 
    margin:10px; 
    padding:0; 
    width:540px; 
    border:1px solid #ccc;
    background: #F0F4F7;
}
fieldset legend {
    font:bold 14px/18px Arial; 
    border:1px solid #ccc; 
    color:#333; 
    background:url(img/legend-grad-bg.jpg) top repeat-x; 
    margin:0 0 0 7px; 
    padding:3px 10px;
}
fieldset label {
    display:block;
    font-size: 14px;
    color: #00488A; 
    float:left; 
    width:225px; 
    height:30px; 
    padding:2px 20px 4px 0; 
    text-align:right !important;
}
fieldset select {
    width: 175px;
}
fieldset textarea {
    width: 190px;
}
fieldset input, fieldset select {display:block; float:left; margin-right: 5px;}
fieldset p {padding:6px 10px 10px 10px !important; margin:0 0 6px 0; line-height:15px; border-bottom:1px solid #ddd;}
fieldset ul {list-style:none; margin:0; padding:8px 0 0 0;}
fieldset li {list-style:none; display:block; clear:both; padding:0; margin:0;}
fieldset .ex {
    font-size: 10px;
}
span#optspan {
    margin-left: 10px;
    color: Red;
    font: normal 10px Verdana;
    width: 250px;
    float: left;
}
span#optspan span#opttext 
{
    float: left;
    width: 200px;
}
span#optspan input 
{
    width: 40px;
    float: right;
}