@charset "utf-8";
#overalldiv {
	padding:3px 18px;
	position: relative;
	text-align:center;
}
#quotediv *{
	padding:0;
	margin:0;
}
#quotediv {
	font-size: 11px;
	padding: 15px 0px;
	width: 650px;
	margin:5px auto;
	text-align:left;
	line-height: 1.5em;
}
#quotediv fieldset, #quotediv .fieldset {
	position: relative;
	background-color: #f5f5f5;
	padding: 10px;
	margin: 16px 0px;
	border: 1px solid #B7DA52;
}
#quotediv legend {
	position:absolute; 
	top: -8px;
	left: 5px;
	background-color: #B7DA52;
	font-size: 13px;
	font-weight: bold;
}

#quotediv .formItem {
	margin-bottom: 6px;
	padding: 3px;
}
#quotediv input, #quotediv textarea, #quotediv select {
	border: 1px solid #CC0000;
	padding: 2px;
}
#quotediv .noBorder input {
	border: none;
}
#quotediv fieldset label {
	display: block;
	font-weight: bold;
}
#quotediv input.radio, #quotediv input.submit {
	width: auto;
}
#quotediv input.radio {
	float: left;
	margin-right: 1em;
}
#quotediv input.textarea {
	padding: 2px;
}
#quotediv .clear {
	clear: both;
	height: 0px;
	display: block;
}
#quotediv input {
	width: 200px;
}
#quotediv textarea {
	width: 505px;
}
input#fsubmit {
	background-color: #B7DA52;
	font-size: 14px;
	font-weight: bold;
}
#quotediv .msg {
	font-size: 14px;
}
#quotediv .errmsg {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
#quotediv .firstbox {
	background-color:#cdd4e1;
}
#quotediv .thirdbox {
	background-color:#d4cde1;
}
#quotediv .secondbox {
	background-color:#cde1d4;
}
#quotediv table.quotebox {
	border: solid 1px #333;
	width:100%;
	margin:8px 0;
}
#quotediv div.quoteAccept {
	background-color:#fff;
	padding: 6px;
	margin:8px 0;
}