/*
	Forms
*/
._cms_form {
	display:			block;
	font-size:11px;
}

._cms_form ._form_notice,
._cms_form ._form_block {
	display:			block;
	clear:				both;
	
	overflow:			visible;
	margin-bottom:		5px;
}

._cms_form ._form_title {
	float:				left;
	clear:				left;
	width:				140px;
	padding-top:		15px;

}

/* Text Hints */
._form_hint
{	
	float: left;
	clear: left;
	margin-top: 20px;
	font-weight: bold;
	font-size: 14pt;
	color:	red;
}

/*
	Field Specific
*/

/* Title Input Box */
._cms_form ._form_title_name ._input_element
{
	float: left;
	clear: right;
	width: 100px;
	margin-top: 10px;
}

/* Select Input Box */
._cms_form ._form_select ._input_element
{
	float: left;
	clear: right;
	width: 100px;
	margin-top: 10px;
}

/* First Name Input Box */
._cms_form ._form_full_name ._input_element
{
	float: left;
	clear: right;
	width: 250px;
	margin-top: 10px;
}

/* Last Name Input Box */
._cms_form ._form_phone_number ._input_element
{
	float: left;
	clear: right;
	width: 250px;
	margin-top: 10px;
}

/* Email Address Input Box */
._cms_form ._form_email ._input_element
{
	float: left;
	clear: right;
	width: 250px;
	margin-top: 10px;
}

/* Message Enquiry Input Box */
._cms_form ._form_address ._input_element,
._cms_form ._form_garden_type ._input_element,
._cms_form ._form_other_info ._input_element
{
	float: left;
	clear: right;
	width: 250px;
	height:70px;
	margin-top:	10px;
}

/* Submit Button */
._cms_form ._form_submit ._input_element
{
	float: right;
	clear: right;
	margin-top: 5px;
}

/*
	Form Upload
*/
._form_upload ._form_description ._form_element {
	float:				left;
	clear:				left;
}
._form_upload ._form_description ._input_element {
	width:				220px;
}

form._form_upload  {
	display:			block;
	clear:				both;
	border:				1px #781918 dashed;
	padding:			8px 15px 8px 15px;
	width:				500px;