/* Notice Alert */
#notice-alert-wrapper {
	margin-bottom: 10px;
	text-align:center;
	width:100%;
}

#notice-alert {
	background-color:#E5B5B5;
	background-image:url(../images/notice-alert.png);
	background-position:5px 5px;
	background-repeat:no-repeat;
	border:medium #666 solid;
	color:#900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:35px;
	line-height:35px;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
	width:500px;
}

/* Error Alert */
#error-alert-wrapper {
	margin-bottom: 10px;
	text-align:center;
	width:100%;
}

#error-alert {
	background-color:#C0D2E8;
	background-image:url(../images/notice-info.png);
	background-position:5px 5px;
	background-repeat:no-repeat;
	border:medium #666 solid;
	color:#900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:35px;
	line-height:35px;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
	width:500px;
}

/* Labels */
.contact_email label {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height: 22px;
}

/* Error Messages */
.requiredFields {
	background-color:#FFC;
	border:#F00 solid thin;
	color:#F00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 222px;
}s