@CHARSET "ISO-8859-1";

.fieldset {
	width: 475px;
}

.fieldset label {
	display: block;
	text-align: right;
	clear: left;
	width: 125px;
	float: left;
	padding: 0.2em;
	margin: 0px;
}

.fieldset .textfield {
	margin: 5px;
	height: 20px;
	width: 300px;
}

.fieldset .textarea {
	margin: 5px;
	height: 165px;
	width: 300px;
}

.fieldset .selectfield {
	margin: 5px;
	height: 20px;
}

.fieldset .submit {
	width: 120px;
}

.error_box {
	color: #feeb46;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	background-image: url(../images/error_box_bg.png);
	background-color: #c22013;
	margin-left: 50px;
	margin-right: 50px;
}


.success_box {
	color: #630;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	background-image: url(../images/success_box_bg.png);
	background-color: #96d67a;
	margin-left: 50px;
	margin-right: 50px;
}
