@charset "utf-8";
/* CSS Document */

/* Formular */

form {
	/* border: 1px dotted green;*/
}

form em{
	font-weight: bold;
	font-style: normal;
	color: #CC3300;
}

.error label, .error p{
	color: #C8462F;
	background-color: #FBEAC1;
}
ul.error{
	line-height: 150%;
	border: 1px solid #DB9900;
}


p.error {	
	color: #C8462F;
}


fieldset{
	margin: 2em 0 1em 0;
	padding: 1em 0 1em 1em;
	background-color: #EEF3D6;
	border: 1px solid #A5BA1B;
}
* html fieldset{
	position: relative;
}
legend{
	padding: 0.2em;
	color: #333333;
	background-color: #F5F8E6;
	/* border: 1px solid #A5BA1B;*/
	
}
* html legend{
	position: absolute; 
	top: -0.75em; 
	left: 0.5em; 
}


fieldset label, fieldset input.text, fieldset select { 
	float: left;
	margin-bottom: 0.5em;
	display: block;
	width: 20em; 
}
fieldset input.text, fieldset textarea, fieldset select{
	color: #333333;
	background-color: #F5F8E6;
	border: 1px solid #D8DF9F;
}

fieldset label{
	margin-right: 0.5em;
	padding: 0.2em 0 0 0;
	width: 12em; 
	text-align: right;
}

fieldset label.auto{
	margin: 0 0 0.2em 0;
	padding: 0;
	width: auto;
	text-align: left;
}
fieldset input.auto{
	width: auto;
}
fieldset  input.checkbox{
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}
html > body fieldset  input.checkbox{
	margin: 0.2em 0 0 0;
}
* html fieldset  input.checkbox{
	margin: -0.1em 0 0 0;
	border: none;
	background-color: #EEF3D6;
}

fieldset input.submit{
	width: auto;
	color: #333333;
	background-color: inherit;
	border: inherit;
}
fieldset .label_right label{
	margin: 0 0 0.5em 0.5em;
	width: auto;
	text-align: left;
}
fieldset textarea{	
	margin-bottom: 0.5em;
	width: 32em; 
}
html>body fieldset textarea{	
	width: 33em; 
}

.big{
	width: 32em;
}
html>body fieldset.big{
	width: 31em;
}
.small{
	width: 3em;
}

form .row { 
	clear: left; 
}
#submit{
	clear: both;
}
pre.mailtext{
	padding: 1em; 
	color: #333333;
	background-color: #fee3ad;
	border: 1px solid #D27B11;
}

form div.clear {
	width: auto;
}


