/* CSS Document */

#rfq {
	background:#fff;
	padding: 40px 80px 20px 80px;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.8;
}

#rfq h1{
	font-size: 24px;
	color: #000;
	padding-top: 0px;
}

#rfq h2{
	font-size: 16px;
	color: #666;
	padding-top: 0px;
}

.bigTitle {width:100%; /*background:#FF0;*/ font-size:20px; border-bottom: #E0E0E0 solid 1px; padding-top:40px;}

#rfqForm {width:100%; background:#fff; height:100%;}

.title {
	width:100%; /*background:#E0E0E0;*/
	clear:both;
	margin-top: 40px;
	margin-bottom: 10px;
	height:30px;
	font-size: 14px;
}

.section { width:98%; background:#fff; height:auto; padding:0 0 40px 2%; border-bottom: solid 1px #E0E0E0; }

#rfq #instruction a{ text-decoration:underline; color:#666;}

#submitBTN {width:98%; /*background:#CF0;*/ clear:both; padding:40px 0 40px 2%;}

.deepGreyRow {background:#E0E0E0;text-align:left;}
.greyRow {background:#f4f1f1;text-align:left;}

#leftItem {text-align:left;}
#rightItem {text-align:right;}
#centerItem {text-align:center;}
table tr .item {font-size:11px; font-weight: bold;}
table tr .bigItem {font-size:13px; font-weight: bold;}

input.error, select.error, textarea.error {
	border: 1px solid #ED1B23;
}

label.error {
	float: none;
	color: #ED1B23;
	padding-left: 3px;
	font-size:11px;
	vertical-align: top;
}




#part1 input[type="text"] {width:110px; }
#part1 textarea {width:190px; height:50px;}



#part2 textarea {width:770px; height:100px;}



#part3 input[type="text"] {width:150px;}
#part3 textarea {width:780px; height:100px;}
#part3 #rightAl {text-align:right;background:#f4f1f1;}
#part3 #leftAl {text-align:left;background:#f4f1f1;}
#part3 .deepGreyRow {background:#E0E0E0;text-align:center;}
#part3 .greyRow {background:#f4f1f1;text-align:center;}
#part3 #example {color:#999; font-weight:bold; font-size:12px;}




#part4 input[type="text"] {width:160px;}
#part4 textarea {width:780px; height:100px;}




#part5 input[type="text"] {width:200px;}
#part5 select {height:38px;}



#part6 textarea {width:780px; height:100px;}



#part7 textarea {width:775px; height:100px;}
#part7 input[type="text"] {width:200px;}




#part8 textarea {width:780px; height:100px;}



.input:focus {border:#fff solid 1px;}

.input { border: 1px solid #006; } 

.button {border: 1px solid #999; padding-right: 15px;padding-left: 15px;color: #000; }
.button:hover {cursor: auto;}
