@charset "utf-8";
/* CSS Document */

form {
	line-height: 1.85em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#Error {
	display: none;
	height: auto;
	width: 450px;
	padding: 10px;
	color: #FF0000;
	margin: 0 0 25px 0;
	border: solid 1px #FF0000;
	background-color:#FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.required {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

#Success {
	display: none;
	height: auto;
	width: 450px;
	padding: 10px;
	color: #009900;
	margin: 0 0 25px 0;
	border: solid 1px #009900;
	background-color:#FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
