/*	-------------------------------------------------------------
	FORMS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #mainCol .contentForm {
	padding: 10px 80px 0 10px;
}

#content #mainCol .contentForm table {
	width: 100%;
}

#content #mainCol .contentForm td {
	display: table-cell;
	padding: 6px 10px 7px 10px;
	vertical-align: top;
}

#content #mainCol .contentForm label {
	font-weight: bold;
	color: #444;
	float: right;
}

#content #mainCol .contentForm td.require label {
	padding: 0 0 0 10px;
	background: url(../images/form_require.jpg) no-repeat top left;
}

#content #mainCol .contentForm .textbox:focus,
#content #mainCol .contentForm .textboxLarge:focus,
#content #mainCol .contentForm .textarea:focus,
#content #mainCol .contentForm .selectbox:focus {
	background: #eee;	
	border: 1px solid #999;
}

#content #mainCol .contentForm label.error {
	display: block;
	float: none;
	margin: 4px 0 5px 0;
	padding: 6px 0 2px 20px;
	color: #f79445;
	font-weight: bold;
	font-size: 0.8em;
	background: url(../../../images/icons/msg_error.gif) no-repeat 0 6px;
}


#content #mainCol .contentForm .textbox,
#content #mainCol .contentForm .textboxLarge,
#content #mainCol .contentForm .textarea,
#content #mainCol .contentForm .selectbox {
	width: 330px;
	padding: 4px 2px;
	font: 1.0em Arial, Verdana, sans-serif;
	color: #444;
	border: 1px solid #bbb;
}

#content #mainCol .contentForm .textarea {
	height: 80px;
	font-size: 1.0em;
}

	

/*	Form Messages (Error/Success))
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .contentForm .formError,
#content .contentForm .formSuccess {
	margin: 5px 0;
	padding: 4px 10px;
	font: 0.9em;
	text-align: left;
	border: 1px solid #aaa;
	border-left: none;
	border-right: none;
}

#content .contentForm .formError h6,
#content .contentForm .formSuccess h6 {
	font-weight: bold;
}
	
#content .contentForm .formError {
	background: #f6db5a;
	border-color: #e5ca47;
}

#content .contentForm .formSuccess {
	background: #6fb558;
	border-color: #5fa349;
}

#content .contentForm .formSuccess h6 {
	color: #fff;
}

#content .contentForm p {
	padding-bottom: 0;
}