/* Styles for forms */
/* FORM */
form {
	border: solid 5px #fff;
	margin-bottom: 40px;
	padding: 20px;
	background-color: #ccc290;
}

/* Newsletter */
form#newsletter {
	margin-bottom: 0;
}

/* GENERAL */
form ol {
	list-style: none;
}

form ol li {
	clear: left;
	display: block;
	margin-bottom: 5px;
	padding-left: 0px;
}

p.note { 
	margin-left: 120px; 
	font-size: 0.9em;  
}

/* FIELDSET */
/* Fieldset */
fieldset { 
	margin: 10px 0; 
	padding: 10px; 
	border: solid 1px #DDD; 
}

/* Legend */

/* INPUT */
input:focus,
input.error:focus,
textarea:focus {
	background-color: #FFC; 
	border-color: #FC6;	
}

/* Label */
label {
	float: left;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	width: 120px;
}

span.label { 
	display: block;
	position: relative;
}

div.controlset label {
	font-weight: normal;
	padding-right: 0;
}

/* Text */

/* Checkbox  and Radio*/
div.controlset label,
div.controlset input { 
	display: inline; 
	float: none; 
}

div.controlset { 
	margin-left: 130px; 
}

/* BUTTONS */
div.buttonrow { 
	margin-left: 150px; 
}

input.button {
	margin-left: 130px;
	width: auto;
}

/* ERRORS */
div.errors {
	background-color: #FFC;
	border: #FC6 1px solid;
	margin: 0 0 10px 0; 
	padding: 5px 10px; 
}

div.errors p em { 
	color: #C00; 
	font-style: normal; 
	font-weight: bold; 
}

label.error { 
	color: #C00; 
}

input.error { 
	background-color: #FEF;
	border-color: #C00;  
}