@charset "UTF-8";

/*** GENERAL CONTENT STYLES *********************************/

#left {
	width:751px;
}

#right {
	width:234px;
}


.red {
	margin:0px;
	background:url(../images/redRepeatBG.jpg) repeat-y top left;
	color:#c4b4ad;
	padding:0px;
}

.red p {
	text-align:justify;
	margin:10px 40px;
}

.red table {
	margin:10px auto 0px;
}

.red a {
	color:#fff;
}

.red .textfieldRequiredMsg, .red .textfieldInvalidFormatMsg, .red .textareaRequiredMsg {
	margin:0px;
	color:#fff!important;
	border:none!important;

}

.redHeader {
	color:#d1b6b6;
	font-size:16px;
	padding-top:25px;
	padding-left:35px;
	margin:0px;
	height:26px;
	background:url(../images/redHeaderBG.jpg) no-repeat top left;
}


.redFooter {
	clear:left;
	height:35px;
	background:url(../images/redFooterBG.jpg) no-repeat top left;
}

.txtfield {
	width:200px;
}

.txtarea {
	width:100%;
	height:200px;
}