/**
 * Style sheet form
 */
input,
textarea
{
	padding-left:3px;
	background-color:#ffffff;
	border:1px solid #D2B378;
}

fieldset
{
	width:400px;
}

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

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

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

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

form .even,
form .odd
{
	background: none;
}

.ce_form
{
	margin-top:15px;
}

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

.checkbox_container label
{
	display:inline;
}

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

.ce_form input.text,
.form input.text
{
	width:200px;
}

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

.ce_form input.hausnummer,
.ce_form input.plz,
.ce_form select.anrede
{
	width:75px;
}

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

.ce_form input.email
{
	width:420px;
}

.ce_form textarea.bemerkung
{
	width:420px;
	height:57px;
}

.ce_form input.captcha
{
	width:50px;
	margin-right:10px;
}

.ce_form .headline
{
	margin-top:15px;
	margin-bottom:5px;
	padding-bottom:4px;
	padding-left:10px;
	border-bottom:1px solid #D2B378;
	font-weight:bold;
	font-size:13px;
	color:#660000;
}

.ce_form .mod_shop_prodname
{
	margin-top:15px;
	margin-bottom:5px;
	margin-left:-10px;
	padding-bottom:4px;
	padding-left:10px;
	font-weight:bold;
	font-size:13px;
	color:#660000;
}

.ce_form .submit_container
{
	padding-top:7px;
}

.ce_form .error,
.error
{
	margin-top:2px;
	margin-bottom:2px;
	font-weight:bold;
	font-size:10px;
	color:#ff0000;
}

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

/* Kommentarformular */
.ce_comments .widget
{
	margin-bottom:5px;
}

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

.ce_comments .captcha
{
	width:50px;
}

.mod_subscribe input.text,
.mod_unsubscribe input.text
{
	width:250px;
	height:15px;
}

.formSpecial
{
	width:410px;
	margin-bottom:10px;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #D2B378;
}

.formSpecial input.checkbox
{
	float:left;
	margin-top:0px;
	margin-right:10px;
}
