/*
	Web Forms CSS - Dandelion Agency
	Created on 14-09-2010
	
	All Contents (c) Copyright 2000-2010 Dandelion Agency
	Created by Dotcafe Designs - http://www.dotcafedesigns.com
*/

/*

*/
.cms_autoform {
	display:				block;
	clear:					both;
	padding:				10px;
}

.cms_autoform .form_block {
	display:				block;
	clear:					both;
	margin-bottom:			10px;
}

.cms_autoform .form_block .form_title {
	font-size:				9pt;
	font-weight:			bold;
	line-height:			16pt;
}
.cms_autoform .form_block .form_hint {
	display:				block;
	clear:					both;
	color:					orange;
	font-size:				9pt;
	line-height:			16pt;
}

/*
	Specific types
*/
.cms_autoform .form_block_text .form_input {
	width:					280px;
}
.cms_autoform .form_block_textarea .form_input {
	width:					280px;
	height:					120px;
}
.cms_autoform .form_block.form_select .form_input {
	min-width:				150px;
}

/*
	Site Survey
*/
.site_survey {
	padding:				10px 15px 5px 15px;
	background-color:		#f7f7f2;
	border:					1px #92908B dashed;
	margin-bottom:			15px;
}
.site_survey form {
	padding:				0;
}

.site_survey .form_block {
	display:					block;
	clear:						both;
}
.site_survey .form_block .form_title {
	float:						left;
	clear:						left;
	width:						120px;
	font-size:					10pt;
	
	font-weight:				bold;
	text-align:					right;
	margin-right:				10px;
	overflow:					hidden;
}
.site_survey .form_block .form_element {
	float:						left;
	width:						120px;
	
	font-size:					10pt;
	overflow:					show;
}
.site_survey .form_block .form_element,
.site_survey .form_block .form_title {
	padding-bottom:				5px;
}
.site_survey .form_block_text .form_input {
	width:						130px;
}
.site_survey .form_block_submit .form_input {
	width:						130px;
}
.site_survey .form_block_submit {
	margin-left:				130px;
	height:						20px;
}
