@charset "utf-8";
/* CSS Document */

div.formtableholder{
	border: 1px solid #BFBAB0;  
	background-color: #e9ecf0;  
	background-image: url(../images/form_fieldset_bkg.jpg);  
	background-repeat: repeat-x;
	background-position:top;
	margin:10px;
	padding:10px;
}

.formtable th, .formtable td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding-top:6px;
	padding-bottom:6px;
	vertical-align:top;
}
.formtable th{
	text-align:right;
	padding-right:10px;
	padding-top:8px;
	width:180px;
}
.formtable td{
	text-align:left;
}
.formtable ul{
	list-style:none;
	margin:0;
	padding:0;
}
.formtable li{
	margin:0;
	padding:0;
}

.formtable tr.submit td{
	padding-top:10px;
	padding-bottom:10px;
}

label{ cursor:pointer; }
label:hover{ color:#666; }
input.text, input.date-pick{ width:250px; }
select{ width:255px; }

input.text, input.date-pick, select, textarea{
	text-align:left;
	margin:0;
	padding:2px;
	border:#666 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#FFF !important;
	text-align:left;
}

input#deadline_m, input#deadline_d{ width:25px; }
input#deadline_y{ width:40px; }
input#deadline_h, input#deadline_i{ width:25px; }
select#deadline_a{ width:47px; }

option.std{ font-weight:bold; }

input.error, 
textarea.error, 
select.error{
	color:#C00;
	border-color:#C00;
	background-color:#FFE6E6 !important;
}
em.error{
	color:#C00;
	padding-left:1.5em;
	margin-left:1em;
	font-variant:small-caps;
	background:url(../images/required_star.gif) top left no-repeat;
}

textarea.blurred{
	color:#999;
}

input.checkbox, input.radio{
	cursor:pointer;
}

.noMargin{ margin-top:0; }

.price{
	font-size:16px;
	font-weight:bold;
	color:#1f4f00;
}
.price_error{
	font-size:14px;
	color:#900;
	font-weight:bold;
}
.price_warning,
.rush_note{
	font-size:11px;
	color:#900;
	font-style:italic;
}
.price_breakout{
	font-size:12px;
	color:#333;
	font-weight:normal;
}


#material_list li{ margin:0 auto; }

.form_note{
	color:#333;
	font-size:11px;
	font-weight:normal;
}
a.form_note:hover{ color:#333; }

#support{
	width:220px; 
	text-align:center; 
	float:right; 
	margin:0; 
	padding:6px; 
	background:#FFF; 
	border:1px solid #666;
}
#support img{ border:#666 1px solid;}
#support p{ margin-bottom:0; padding-bottom:0; text-align:left; }

#price_float{
	position:absolute;
	margin:0;
	padding:0;
	width:122px;
	text-align:center;
}
#price_float h3{ margin:0 auto 6px; border-bottom:#333 dashed 1px; }

#price_float .top{background:url(../images/price_floater_top.png) bottom left no-repeat; height:117px; }
#price_float .mid{background:url(../images/price_floater_mid.png) top left repeat-y; padding:0 28px 0 5px;}
#price_float .bottom{background:url(../images/price_floater_bottom.png) top left no-repeat; height:114px;}
/* Support for IE6, no PNG */
* html #price_float .top{background:none; height:auto; }
* html #price_float .mid{
	background:#bad2ea;
	border:#333 solid 1px;
	padding:10px 6px;
}
* html #price_float .bottom{background:none; height:auto; }
