@import "common.css";
@import "content.css";

#contentContainerL2 {
	min-height: 528px;
}

#pageTitle {
	color: #662907;
	font-weight: bold;
	font-size: 30px;
	text-align: right;
	padding-bottom: 0px;
	background: url(../images/interior/page_title_hrule.png) no-repeat center bottom;
	margin-bottom: 16px;
	padding-right: 10px;
}

div.errors {
	color: red;
}

.reqField {
	color: #F46110;
	font-weight: bold;
}

input.text {
	background: #959464;
	border: 2px solid #878852;
}

textarea {
	background: #959464;
	border: 2px solid #878852;
}