/**
 * Style sheet formular
 */
ce_form
{
	margin-right:auto;
}

.formbody
{
	width:400px;
	padding:6px;
	text-align:right;
	background-color:#eeeeee;
}

.error
{
	width:100px;
	left:0px;
	top:-20px;
	position:relative;
	float:left;
	clear:both;
	background-color:#ffcc33;
	font-family:arial,geneva,sans-serif;
	font-size:75%;
	color:#660000;
	white-space:nowrap;
	white-space:normal;
}
