/**
 * forms.css
 * Search Box Stylesheet
 * Optimised for CMSMS Form Builder Output
 *
 * @author       Lewis Howles
 * @date         2010-01-20
 * @lastmodified 2010-02-03
 * @site
 */

/* Automatic Form Clearing */
	.styled li:after {
		clear:both;
		content:".";
		display:block;
		font-size:0;
		height:0;
		visibility:hidden;
	}

	.styled li {
		min-height:1px;
	}

	* html .styled li {
		height:1px;
	}
/* End Automatic Form Clearing */

.styled fieldset {
border:1px solid #076991;
	margin:0 auto 15px;
padding:10px;
width:400px;
}

.styled fieldset.left {
	float:left;
	width:49.9%;
}

.styled fieldset.right {
	float:right;
	width:49.9%;
}

.styled fieldset legend {
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
padding:0 10px;
}

.styled fieldset div {
	padding:3px 0;
}

.styled label, .styled .label {
	clear:left;
	float:left;
	margin-right:10px;
	text-align:right;
	width:180px;
}

.styled input.cms_textfield, .styled input.cms_password, .styled select, .styled textarea, .styled input.text {
	color:#576d97;
	font:10pt/normal Arial,sans-serif;
	font-style:italic;
	float:left;
	width:196px !important;
}

.styled .text-homepage {
	color:#576d97;
	font:10pt/normal Arial,sans-serif;
	font-style:italic;
	float:left;
	width:159px !important;
}

.styled textarea {
	height:120px;
}

.styled select {
	width:198px !important;
}

.styled img {
	display:block;
}

.styled .submit {
	margin-left:233px;
}

.styled form ol {
	margin:1em 0;
}

.styled li {
	margin:5px 0;
}

.error {
	color:#f00;
}