/**
 * Style sheet xForm
 */
.ce_form .col_first
{
	width:120px;
}

label, span.mandatory
{
	font-size: 13px;
	background-color: #FFF;
	color: #000;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 16px;
	display: inline;
}

span.mandatory
{
	color:#ff0000;
}

input
{
	width:200px;
	margin-top:3px;
	margin-bottom:3px;
	padding-right:3px;
	padding-left:3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

input.submit
{
	width:160px;
	margin-top:20px;
	font-weight:bold;
}

input.anz, input.security
{
	width:20px;
}

textarea
{
	width:360px;
	height:140px;
}

* html textarea
{
	width:358px;
}

*:first-child+html div.radio_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html input.checkbox
{
	top:1px;
	position:relative;
	margin:-4px 0px 0px -3px;
}

div.error
{
	color:#ff0000;
}

