/* General Form Rules */

form label{ cursor: pointer; font-size: 0.9em; }

form h4{
	margin: 16px 0 3px 0;
}

form h4.legend{ margin: 0; }

form select option{
	padding-right: 9px;
}

input.form-error{
	border: 2px solid #B4152B;
}

/* LOGIN FORMS */

form.login,
form.boxed,
div.boxed{
	background: #FF981F;
	width: 400px;
	padding: 8px;
}

table.layered label{
	width: 110px;
	display: block;
	float: left;
}

div.boxed{ width: 97%; }

fieldset.userdata,
fieldset.data,
div.data{
	margin: 0;
	padding: 4px 20px;
	background: #FFC989;
	border: 1px dotted #fff;
}

div.submit{ text-align: right; }
body.admin div.submit{ text-align: left; }

/* Quickform */

form.quick{  }
form.quick fieldset.userdata{
	background: #fff;
	padding: 0 20px;
}

form.mnml{
	margin-bottom: 48px;
	padding: 16px 0 0 0;
}

form.mnml .submit input,
fieldset.userdata .submit input{
	font-size: 1.1em;
	padding: 4px 8px;
	margin: 0;
}

/* ... */

form fieldset fieldset,
div.boxed fieldset{ border: 0 none; }

.content form fieldset p{ padding: 0; }

/* Admin form */

form.login.admin{
	background: #FF981F;
}

form.login.admin fieldset.userdata{
	background: #FFC989;
}

fieldset.userdata label{
	margin: 10px 0 1px 0;
	padding: 0;
	display: block;
}

fieldset.userdata p.label label,
fieldset.userdata label.inline{
	display: inline;
}

fieldset.userdata p.inline label{
	display: block;
	float: left;
	width: 4.3em;
	text-align: left;
	margin: 0.4em 0;
}

fieldset.userdata p.inline{ clear: left; }

.content fieldset.userdata p.label{
	margin: 12px 0 0 0;
	padding: 0;
	line-height: 1.0em;
}

fieldset.userdata p.label label{ line-height: 1.0em;}

p.user{
	background: url(images/user_suit.png) no-repeat left center;
	padding-left: 20px;
}

p.password{
	background: url(images/key.png) no-repeat left center;
	padding-left: 20px;
}

p.email{
	background: url(images/email.png) no-repeat left center;
	padding-left: 20px;
}

p.phone{
	background: url(images/telephone.png) no-repeat left center;
	padding-left: 20px;
}


.submit{ font-size: 1.1em; margin: 4px 0 14px 0;}
.submit.mini{ font-size: 0.9em; margin-top: 5px;}
.submit.upload{ font-size: 0.9em; margin-top: 5px;}

form.login div.input input,
.boxed input.big{
	font-size: 1.8em;
	width: 360px;
	margin-bottom: 12px;
}

form.login .input.password input{ margin-bottom: 0}

/*form.login .error-message,*/
form .info{
	font-weight: bold;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 3px 4px;
}

form input.challenge{ display: none; }

form.login textarea{ width: 350px;}

form.login small.forgot{ display: block; padding: 2px 0; text-align: right; width: 350px;}

form.login a:visited, form.login a{ color: #c60; }
form.login a:visited:hover, form.login a:hover{	color: #000; }

form p.clear,
form small.clear{ margin: 14px 0 8px 0; display: block;}

/* CustomerWunschhausForm */
#CustomerWunschhausForm #PersonalData label{
	/*float: left;
	width: 90px;*/
}

#CustomerWunschhausForm #PersonalData{
	width: 600px;
}

#CustomerWunschhausForm #PersonalData div.float.right label{
	width: 42px;
}

#CustomerWunschhausForm fieldset{
	border: 0 none;
	margin: 10px 0;
	padding: 0 0 8px 0;
	background: none;
}

#CustomerWunschhausForm fieldset div.sonstige_haustypen{
	margin: 45px 0 0 0;
}

#CustomerWunschhausForm legend{
	font-weight: bold;
	width: 200px;
	color: #000;
}

#CustomerWunschhausForm h4{
	font-size: 1.0em;
}

#CustomerWunschhausForm fieldset .floatinput{
	margin: -25px 0 0 170px;
}

#CustomerWunschhausForm fieldset input{
	margin: 0 4px 0 4px;
}

#CustomerWunschhausForm fieldset input.biginput{
	width: 80%;
}

#CustomerWunschhausForm fieldset div.float input.biginput{
	/*width: 70%;*/
}

/* Haustypen-Bilder */
#CustomerWunschhausForm fieldset#WunschHaustyp{
	width: 200px;
	float: left;
}

#CustomerWunschhausForm fieldset#WunschHaustyp div.withimage{
	margin-bottom: 10px;
	position: relative;
	width: 200px;
}

#CustomerWunschhausForm fieldset#WunschHaustyp div.withimage input{
	position: absolute;
	bottom: 7px;
	left: 0px;
}

#CustomerWunschhausForm fieldset#WunschHaustyp div.withimage label span{
	display: block;
	margin-left: 24px;
}

#CustomerWunschhausForm fieldset#WunschhausData{
	width: 660px;
	float: right;
}

#CustomerWunschhausForm #WunschHaustyp img{
	display: block;
}

#CustomerWunschhausForm #WunschhausData fieldset{
	border-bottom: 1px solid #ccc;
	clear: both;
}

#CustomerWunschhausForm #WunschhausData fieldset.last{
	border-bottom: none;
}

#CustomerWunschhausForm #WunschhausData fieldset.last textarea{
	width: 100%;
}

#CustomerWunschhausForm #WunschhausData fieldset div.left,
#CustomerWunschhausForm #PersonalData div.left{
	float: left;
	width: 49%;
}

#CustomerWunschhausForm #WunschhausData fieldset div.right,
#CustomerWunschhausForm #PersonalData div.right{
	float: right;
	width: 49%;
}
