/*	-------------------------------------------------------------
	FORMS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	
/*	Form Div
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .contentForm {
	text-align: right;
	margin-left: 5px;
}

#content #forms_form_1 {
	float: right;
}

/*	Form Table
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .contentForm table {
	border-collapse: collapse;
	margin: 0 auto;
}

#content .contentForm table tr td {
	display: table-cell;
	padding: 6px 3px;
	vertical-align: top;
}

#content .contentForm table tr td.require label {
	background: url(../../../images/icons/require.gif) top right no-repeat;
	padding-right: 10px;
}

/*	Form Labels
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .contentForm label small {
	font-size: 0.8em;
}

#content .contentForm table tr td label {
	font-weight: bold;
	color: #555;
}

/*	Form Sub Text
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .contentForm .subText {
	font-size: 0.8em;
	display: block;
}

/*	Form Inputs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .contentForm .textbox,
#content .contentForm .textarea,
#content .contentForm .selectbox {
	width: 250px;
	border: 1px solid #999;
	padding: 2px 2px;
	resize: none;
}

#content .contentForm .textarea {
	font: 13px Verdana, Arial, sans-serif;
	height: 120px;
}

#content .contentForm .selectbox {
	width: auto;
}


/*	Submit Button
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .contentForm .submitBtn {
	padding: 4px 3px;
	font: 1em Arial, Helvetica sans-serif;
	font-weight: bold;
	color: #555;
}

/*	Form Validate Errors
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .contentForm label.error {
	display: block;
	margin: 4px 0 0 0;
	padding: 3px 0 2px 20px;
	color: #666;
	background: url(../../../images/icons/msg_error.gif) no-repeat 0 6px;
}
	


