div#errorFloater{
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	z-index:999;
}
div#errorFloater div.top{
}
div#errorFloater div.body{
	background-color:#DA5028;
	width:250px;
	color:#FFFFFF;
	padding:5px;
	padding-bottom:8px;
}
div#errorFloater div.bottom{
	background-image:url('/assets/images/error-pointer.png');
	background-repeat:no-repeat;
	background-position:right;
	width:90px;
	height:22px;
}
div#error{
	clear:both;
	padding:2px;
	color:#FF0000;
}
form div#formelement label span.star,
div#mandatory span.star{
	color:#D25028;
}

/*
*{
	font-family:Verdana;
	font-size:11px;
}
form{
	width:254px;
}
form div#formelement{
	margin-top:10px;
}
form div#mandatory{
	padding-top:10px;
	clear:both;
}
form div#formelement label{
	display:block;
	color:#000000;
}
form div#formelement label.checkbox{
	display:inline;
}
form div#formelement label span.star,
div#mandatory span.star{
	color:#FF0000;
}
form div#formelement input{
	width:248px;
	border:2px solid #000000;
	height:15px;
	padding-left:2px;
}
form div#formelement input.image{
	width:auto;
	height:auto;
	border:0px;
	float:right;
}
form div#formelement input.checkbox{
	width:auto;
	border:2px solid #000000;
	height:auto;
}
form div#formelement select{
	width:254px;
	border:2px solid #000000;
	height:19px;
}
form div#formelement textarea{
	width:246px;
	border:2px solid #000000;
	height:100px;
	padding:2px;
}
*/
