@CHARSET "ISO-8859-1";
.form {
	padding: 10px;
	height: 200px;
	border: 1px solid #B5C3CE;
	background-color: #E0EFE3;
}

.field_container,.field_container_error {
	min-height: 30px;
	height: 28px;
	margin: 0px;
	width: 100%;
	padding-top:7px;
}

label {
	width: 320px;
	float: left;
	text-align: right;
	margin-top: 2px;
	margin-right: 10px;
}

.field_container,.field_container_error,.text,.select,textarea,.msg_container,.msg_container_error,.checkbox_container
	{
	float: left;
	margin-right: 5px;
}

.field_container_error {
	background: gold url(../images/alert.png) no-repeat 8px 8px;
}


