.required {
	background-color: #ffff9b;
}
.error {
	background-color: #ffa6a6;
}

label.indent, div.indent {
	float: left;
	width: 150px;
	clear: both;
	font-size: 12px;
	line-height: normal;
	margin: 2px 2px 2px 0;
}

table#adminlink {
	position: absolute;
	z-index: 10;
	padding: 1px 5px;
	text-align: center;
	background-color: #ffe900;
	font-size: 12px;
	top: 0;
	right: 0;
}

body>table#adminlink {
	position: fixed;
}

#adminlink a {
	font-size: 12px;
	color: black;
}

div#adminlink {
	width: 100%;
	padding: 1px 0;
	text-align: center;
	background-color: #ffe900;
	font-size: 12px;
	top: 0;
	left: 0;
}


.error_feedback li{
	font-size:12px;
	color:#920003;
	list-style-image:url("/images/error-cross.jpg");
	list-style-type: square;
	padding:0px 0px 5px 0px;
}
