/* GENERIC FORM STYLING */
#content form {
	width:580px;
}
#content form fieldset {
		border:0;
		padding:12px;
}
#content .message, #content .required {
	color:red; 
	background:#ddd;
	border:1px solid #ccc;
	padding:5px;
	margin:5px;
}
#content span.message {
	width: 300px;
}
#content form div {
	margin-top:10px;
	/*
width:100%;
*/
}
#content form label {
	font-size:1.1em;
	color:#333;
}

#content form label.left  {
	float:left;
	width:12em;
}



#content form label.FormHeading {
/*
	font-size:1.3em;
	color:#ff7200;
*/
	font-weight:bold;
}
#content form input.text,
#content form textarea,
#content form select {
	width:200px;
	color:#000;
	background:#f8f8f8;
	border:1px solid #aaa;
	padding:3px;
}

#content form textarea {
	width:360px;
}
		
#content form input.numeric {
	width:20px;
	background:#f0f0f0;
	border:1px solid #aaa;
	padding:3px;
	color:#000;
	margin-right:4px;
}
#content form input.year {
	width:35px;
}
#content form p.Actions {
	text-align:right;
	padding:0 22px 15px 0;
}
#content form p.Actions input {
	padding:2px;
}
#content form li{
	list-style-type: none;
	margin-left: 12.5em;
}

