/*	-------------------------------------------------------------
	FORMS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	
/*	Form Div
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .contentForm {
	padding-top: 15px;
	width: 550px;
	text-align: center;
}

/*	Form Table
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .contentForm table {
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto;
}

#content .contentForm table tr td {
	display: table-cell;
	padding: 6px 5px;
	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 table tr td label {
	color: #703e3e;
}

/*	Form Sub Text
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .contentForm .subText {
	font-size: 1em;
	display: block;
}

/*	Form Inputs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .contentForm .textbox,
#content .contentForm .textarea,
#content .contentForm .selectbox {
	width: 320px;
	border: 1px solid #999;
	padding: 2px 2px;
	color: #333;
}

#content .contentForm .textarea {
	font: 13px Verdana, Arial, sans-serif;
	height: 120px;
}

#content .contentForm .selectbox {
	width: auto;
}

/*	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;
}
	
