/* Styles for forms */
/* FORM */
form {
	background-color:#ccc;
	background-image:url(../images/bg-form.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border: solid 1px #000;
	margin-bottom:30px;
	padding: 10px;
}

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

form ol li {
	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, form span.label {
	float: left;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	width: 120px;
}

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

li.controlset label {
	font-weight: normal;
}

/* Text */

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

li.controlset div { 
	margin-left: 120px; 
}

/* BUTTONS */
li.button { 
	padding-left: 130px; 
}

li#captcha {
	height: 40px;	
}

li#captcha img {
	border: solid 1px #ccc;
}

/* 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;  
}