/* GENERAL ELEMENTS */

#formWrap {
	border: 1.5px solid #cccbcb;
	text-align: left;
	/* T R B L */
	padding: 9px 10px 10px 10px;
	clear: both;
	width:474px;
	/* height:460px; */
	z-Index:-1;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:80px;
}

#headerWrap {
	text-align: left;
	/* T R B L */
	clear: both;
	width:506px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	font-size:12px;
	/* font-weight:bold; */
}

#successMessage {
	font-weight: bold;
	text-align: left;
	/* T R B L */
	clear: both;
	width:506px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	font-size:13px;
}

#form_errors_plain {
	text-align: left;
	/* T R B L */
	clear: both;
	width:506px;
	/* height:120px; */
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:10px;
	font-size:13px;

}

#form_errors_list {
	text-align: left;
	clear: both;
	margin-left:12px;
	margin-top:6px;
	/* color: #EA5200; */
}

#contactForm {
	padding-top:1px;
}

#contactFormTable {
	width:474px;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
	background:transparent url(/images/graphics/forms/gradient.jpg) repeat-x scroll left bottom;

}

/* 130 + 320 + 24 = 474 */

#contactForm .label {
	padding-top: 4px;
	padding-right: 8px;
	vertical-align: top;
	text-align: right;
	width: 130px;
	white-space: nowrap;
	/* background:#ededed; */
	/* border-left: 1px solid #999999; */
	font-weight: bold;
	color:#3f3f3f;
}

#contactForm .field {
	width:320px;
	height:20px; 
	padding-top: 4px;
	vertical-align:top;
	/* background:#ededed; */
	/*border-right: 1px solid #999999; */
}

#contactForm .status {
	padding-top: 4px;
	padding-left: 8px;
	vertical-align: top;
	width: 368px;
	text-align:left;
	
}


#contactForm .checked {
 width:24px;
 /* background:#ededed; */
 vertical-align: top;
 /* display:none; */
 /* background:#ededed url("/images/graphics/forms/checked.gif") no-repeat 0px 3px; */
 /* background:#ededed url(/images/graphics/forms/divider.gif) repeat-x scroll left bottom; */
 /* border-right: 1px solid #999999; */
/* padding-top:4px;
 margin-right:5px;
 margin-left:7px;
 
 float:right; */
}

.error_td_left {
	height:24px;
	background:transparent url(/images/graphics/forms/divider.gif) repeat-x scroll left bottom;
	/* border-left: 1px solid #999999; */
}

.error_td_right {
	height:24px;
	background:transparent url(/images/graphics/forms/divider.gif) repeat-x scroll left bottom;
	/* border-right: 1px solid #999999; */
}

.error_td_left_2 {
	height:24px;
	background:transparent url(/images/graphics/forms/divider2.gif) repeat-x scroll left bottom;
	/* border-left: 1px solid #999999; */
}

.error_td_right_2 {
	height:24px;
	background:transparent url(/images/graphics/forms/divider2.gif) repeat-x scroll left bottom;
	/* border-right: 1px solid #999999; */
}

#contactForm .textarea {
	float:left;
	height:150px;
	width:270px;
	clear:none;
}

#contactForm .textfield {
	width: 180px;
	float:left;
}

#contactForm .vfield {
	width: 80px;
	float:left;
}

.status_checked {
 width:18px;
 height:18px;
 background:url("/images/graphics/forms/checked.gif") no-repeat 0px 3px;
 margin-right:3px;
 float:right;
}


.status_error {
	height:26px;
	font-weight: bold;
	color: #EA5200;
	vertical-align: top;
}

#notesChar {
	font-size:10px;
	text-align:right;
	float:right;
	color:#a64815;
}

#auxDiv {
	height:60px;
}

input.error { border: 1px solid red; }






