#content fieldset {
	margin-left: 95px;
}

#content .legend {
	margin-bottom: 3px;
}

#content label {
	width: 90px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 5px;
}

#content input, #content textarea, #content select {
	width: 400px;
	border: #999 solid 1px;
}

#content textarea {
	height: 200px;
}

#content input.min {
	width: 150px;
}

#content .bot {
	margin-left: 347px;
	color: #0074bd;
	font-weight: bold;
}

#content input.error, #content textarea.error {
	border: #F00 dotted 1px;
	background: #fff4f4;
}

p.error {
	clear: both;
	margin-left: 95px;
	color: #f00;
	display: block;
	width: 500px;
}

p.error.php {
	margin-top: -15px;
}
