/* ERRORS */

#ContactError {
	background-color:#fff;
	margin:0px 0px 10px 0px;
	position:relative;
	float:left;
	width:908px;
	border:3px solid #999;
}

#ContactError p {
	padding:10px 0px 0px 20px;
	color:#333;
}

#ContactError ul {
	margin:10px 0px 15px 50px;
	list-style-type:square;
	list-style-image:none;
	width:40%;
	float:left;
}

#ContactError ul li {
	color:#111;
	font-size:11px;
}


#ContactNotice {
	background-color:#fff;
	margin:10px 0 20px;
	position:relative;
	float:left;
	width:96.5%;
	border:1px solid #999;
}

#ContactNotice p {
	padding:10px 0px 0px 20px;
	color:#333;
}

#ContactNotice ul {
	margin:10px 0px 15px 50px;
	list-style-type:square;
	list-style-image:none;
	width:230px;
	float:left;
}

#ContactNotice ul li {
	color:#111;
	font-size:11px;
}