/* CSS Document */

.requiredfield {
	color: #FF0000;
	font-weight: bold;
}

#formerrors {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	background-color: #FFFF66;
}