.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F9F8DD;
	border: thin solid #FF0000;
	width: 500px;
	background-position: center;
	margin-left: 15px;
}

.error_header{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	margin: 0px;
	padding: 0px;
}

.yesno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F9F8DD;
	border: thin solid #FFCC00;
	width: 500px;
	background-position: center;
	margin-left: 15px;
}

.yesno_header{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
	margin: 0px;
	padding: 0px;
}

li.errorlist {
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 5px;
}
.errordescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
