#freequote-wrapper {
    width: 725px;
    height: auto;
    background-color:#fff;
    margin: 0px;
}
#freequote-wrapper p {
    font-family: Arial;
    font-size: 14px;
    margin-top: 0px;
}

#freequote-wrapper h1 {
    font-family: Arial;
    font-size: 16px;
    margin-top: 10px;
    color:#003888;
}
.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:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	float:right;
}
fieldset 	{
    display:block; 
    float:left; 
    margin:10px; 
    padding:0; 
    width:640px; 
    border:1px solid #ccc;
    background: #F0F4F7;
}
fieldset legend {
    font:bold 14px/18px verdana; 
    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: 12px;
    color: #00488A; 
    float:left; 
    width:170px; 
    height:35px; 
    padding:2px 30px 0 0; 
    text-align:right !important;
}
fieldset select {
    width: 150px;
}
fieldset select#timezone {
    width: 350px;
}
fieldset select#timezone option {
    width: auto;
}
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;
}
#foot {
    width: 640px;
    clear: both;
    float: left;
}
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;
}
