/**
 * Style sheet form
 */
form ul
{
	width:100%;
	margin:0;
	padding:0;
	font-size:100%;
	list-style-type:none;
}

form li
{
	clear:both;
	margin:0px;
	padding:4px 5px 2px 9px;
}

form li span.first,
form li span.step
{
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}

form li div.label
{
	display:block;
	margin:0;
	padding-top:3px;
	font-size:11px;
	line-height:9px;
}

.ce_form .mandatory
{
	font-weight:bold;
}

.checkbox_container label
{
	display:inline;
}

.captcha_text
{
	display:inline;
	margin:0px;
}

.ce_form .text,
.ce_form .captcha
{
	width:200px;
}

.ce_form textarea.textarea,
.ce_form input.email
{
	width:417px;
}

.ce_form input.plz
{
	width:50px;
}

.ce_form input.ort
{
	width:350px;
}

.ce_form input.hausnummer
{
	width:75px;
}

.ce_form input.strasse
{
	width:325px;
}

.ce_form .headline
{
	margin-top:15px;
	font-weight:bold;
	font-size:13px;
	color:#660000;
}

.ce_form .submit_container
{
	margin-top:15px;
}

.ce_form .error
{
	font-weight:bold;
	font-size:10px;
	color:#ff0000;
}

.ce_form .error label
{
	font-weight:bold;
	color:#ff0000;
}
