/* CSS Document */

.formFormat {
	padding: 0px;
	margin: 0 auto;
	font-size: 100%;
	width: 650px;
}
.formFormat fieldset {
	border-color: #CDCDCD;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	padding: 10px;
	margin: 0 0 0 0;
}
.formFormat fieldset legend {
	color: #C80023; font-size: 140%; font-weight: bold; padding: 0 5px; margin: 0px; 
	/*font-weight: bold;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;*/
}
.formFormat label { font-size: 100%; }
.formFormat label u {
	font-style: normal;
	text-decoration: underline;
}
.formFormat input, select, textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
}
.formFormattextarea { overflow: auto; }
.formFormat div {
	/*clear: left;*/
  	display: block;
	width: 354px;
	/*height: expression('1%');*/
	margin: 5px 0 0 0;
	padding: 1px 3px;
	line-height: 1.5;
	clear: left;
}
.formFormat div.required fieldset legend { font-weight: bold; }
.formFormat div label {
	display: block;
	float: left;
	width: 130px;
	/*width: 10em;*/
	padding: 3px 5px;
	margin: 0 0 0 0;
	text-align: right;
	color: #000000;
}

.contactForm div { width: 550px; }
.contactForm div label { width: 200px; }
.contactForm div input[type="text"], .contactForm div .longTextBox { width: 300px; }
.contactForm div input[type="checkbox"] { margin-right: 4px; } 
.contactForm div input[type="radio"] { margin: 0px 4px 4px 0px; }



.contactForm .longLabels div { height: 46px; }
.contactForm .interestSplitter { float: left; padding-right: 15px; width: 150px; }

#otherinterest { display: none; }

.formFormat div label.contactPanel { width: 65px; }

.formFormat div.optional label, label.optional { font-weight: normal; }
.formFormat div.required label, label.required { font-weight: bold; }
.formFormat div input, form div select, form div textarea {
	padding: 1px 3px;
	margin: 0 0 0 0;
}

.textBox { width: 200px; }

.formFormat div.formTextHolder { margin: 0px; padding: 4px 0px 2px 0px;}
.formFormat div .text { display: block; width: auto; }

.formFormat div select.selectOne, form div select.selectMultiple {
	width: 211px;
	padding: 1px 3px;
}
.formFormat div.bottomright input { width: 96px; }
.formFormat div .textField {
	padding: 3px 3px 1px 3px;
	display: block;
	margin: 0px 0px 5px 180px;
	/*height: expression('1%');*/
}
.formFormat div input.inputCheckBox, input.inputCheckbox {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
	width: 14px;
	height: 14px;
	background-color: transparent;
}
.formFormat div label.labelCheckBox {
	padding: 0px;
	margin: 0px 0px 5px 10em;
	width: 200px;
	/*height: expression('1%');*/
	text-align: left;
}
.formFormat div fieldset label.labelCheckBox {
	margin: 0px 0px 5px;
	width: 170px;
}
.formFormat div .formText {
	DISPLAY: block;
	PADDING-LEFT: 3px;
	FONT-SIZE: 88%;
	MARGIN: 7px 0px 1px 140px;
	width: 205px;
	PADDING-TOP: 1px;
	/* HEIGHT: expression('1%')*/
}
form div.notes {
	float: right;
	width: 220px;
	height: auto;
	margin: 6px 0 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: .6em;
}
form div.notes h4 {
	background-image: url(../images/icon_info.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding: 3px 0 3px 27px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
	font-weight: bold;
	font-size: 12px;
}
form div.notes p {
	margin: 0.2em 0em 1em 0em;
	color: #666666;
	font-size: 10px;
}
form div.notes p.last { margin: 0em; }
.contactFieldHolder { width: 600px !important; }
.contactField { width: 400px; }
.selMonth { width: 120px; }
.selYear { width: 80px; }
.buyField { width: 220px; }
.buyQuant { width: 172px; }
.buyButton {
	width: 35px;
	height: 24px;
}
.updateCartButton {
	width: 160px;
	height: 40px;
	float: left;
}
.smallLabel {
	width: 110px !important;
	display: block;
	float: left;
	text-align: right;
}
.smallDiv { width: 380px !important; }
.formFormat div label.short { width: 60px; }

.formButton { width: auto !important; padding: 0px 10px 0px 10px !important; }

.formFormat div label.longLabel { width: 170px; }
.formFormat div lavel.longLabel .longLabelInput { width: 160px; }


.contactForm { margin: 0px; width: 620px; } 




#searchForm { }
	#searchForm div { width: 500px; }
		#searchForm label { font-weight: normal; width: 8em; }
		#searchForm .textBox { width: 300px; font-size: 14px; }
		#searchForm select { width: 310px; font-size: 14px; }
		
		


