/* CSS Document */

/* FORMS ---------------------------------------------------------- */
.error{
	background: #fff 5px 5px no-repeat;
	width: 100%;
	padding: 10px 5px 5px 30px;
	margin-left: 2px;
	font-size: 12px;
}

.formFormat {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
.formFormat fieldset {
	/*clear: both;*/
  font-size: 100%;
	border-color: #000000;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	padding: 10px;
	margin: 0 0 0 0;
}
.formFormat fieldset legend {
	font-size: 150%;
	font-weight: normal;
	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;
}
.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;
}
.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 {
	width: 200px;
	padding: 1px 3px;
	margin: 0 0 0 0;
}
.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 150px;
	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 {
	PADDING-RIGHT: 3px;
	DISPLAY: block;
	PADDING-LEFT: 3px;
	FONT-SIZE: 88%;
	PADDING-BOTTOM: 1px;
	MARGIN: 3px 0px 5px 142px;
	width: 205px;
	PADDING-TOP: 1px;
	HEIGHT: expression('1%')
}
form fieldset 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: 88%;
}
form fieldset div.notes h4 {
	background-image: url(interface/icon_info.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding: 3px 0 3px 27px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
}
form fieldset div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #666666;
}
form fieldset div.notes p.last { margin: 0em; }
.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;
	display: block;
	float: left;
	text-align: right;
}
.formFormat div label.longLabel { width: 170px; }
.formFormat div lavel.longLabel .longLabelInput { width: 160px; }
.smallSelect { width: 120px; }
