/* Styles for forms */
/* FORM */
form {
	padding: 10px;
}

/* GENERAL */
form td {
	padding-bottom:5px;
}

td.formLabel {
	font-weight:bold;
	padding-right:20px;
	text-align:right;
	vertical-align:top;
	width: 200px;
}

form td.contactLabel { width: 130px; }

td.field {width:489px;}

form td.contactField { width: 300px; }

p.note { 
	margin-left: 120px; 
	font-size: 0.9em;  
}

/* FIELDSET */
fieldset { 
	padding: 10px; 
	border: solid 3px #fff; 
}

/* Legend */

/* INPUT */
input:focus, input.error:focus, textarea:focus {
	background-color: #ccc; 
	border-color: #999;	
}

/* Label */
label, form span.label {
	color:#039;
	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 */
input.submit { 
	margin-left: 130px; 
}


/* 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;  
}