/* long quote form style */
#form-wrap {padding: 10px 0 10px 10px;}
#form-wrap h2, #resultswrap h2 {padding: 10px 0 5px 0;}
#lquote table, #qquote table {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F9FBFD;
	color: #000000;
	width: 100%;
	border: 1px solid #D7E5F2;
	border-collapse: collapse;
}
#lquote td, #qquote td {
	border: 1px solid #D7E5F2;
	padding: 5px;
}
.labelcell {
	color: #3670A7;
	background-color: transparent;
	width: 180px;
}
.fieldcell {
	background-color: #F2F7FB;
	color: #000000;
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
}
.smalllabelcell {
	background-color: transparent;
	color: #3670A7;
	width: 80px;
}
.smallfieldcell {
	background-color: #F2F7FB;
	color: #000000;
	text-align: right;
 	width: 50px;
}
.fieldcell input {
	color: #102132;
	border: 1px solid #284279;
	margin-right: 0px;
}
.smallfieldcell input {
	color: #102132;
	border: 1px solid #284279;
}
.fieldcell select {
	width: 200px;
	color: #102132;
	border: 1px solid #284279;
}
.fieldcell textarea {
	width: 300px;
	border: 1px solid #284279;
}
.smallfieldcell textarea {
	width: 190px;
	border: 1px solid #284279;
}
select.s {width: 50px;}
select.m {width: 125px;}
select.l {width: 240px;}
.button {
	font-size: 13px;
	font-weight: bold;
	background-color: #D7E5F2;
	color: #007cc4;
	padding: 3px;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 2px;
}
span.nb {color: #aaa;}
fieldset {border:0;}
#resultswrap {margin: 5px;}
#resultswrap table {width: 100%;}
#resultswrap td {padding: 3px;}
.odd {background-color: #eee;}
