#content .main form {
	margin: 20px 30px;
	font-size: 12pt;
	padding: 10px 0;
	clear: both;
}

#content .main form fieldset {
	margin: 10px 0;
	clear: both;
	border-bottom: 4px solid #EEE;
}
#content .main form legend {
	font-size: 1.4em;	
	margin-left: -20px;
}
#content .main form div.input {
	clear: both;
	margin: 10px 0;
	padding: 5px;	
}
#content .main form div.required label {
	font-weight: bold;	
}	
#content .main label {
	display: block;
}
#content .main form div.inline label {
	float: left;
	width: 10em;	
}
#content .main form div.input input,
#content .main form div.select select,
#content .main form div.datetime select {
	border: 1px solid #CCC;
	padding: 2px;
}
#content .main div.input textarea {
	width: 90%;
}

#content .main form div.error {
	background: #FCC;
	color: #900;
}
#content .main form div.error .error-message {
	clear: both;
	margin-top: 4px;
}

.image_preview img {
	display: block;
	margin-left: 10em;
	border: 1px solid #CCC;
	background: #EEE;
	padding: 2px;
}

.input.text textarea {
	font-family: arial, sans-serif;
}
