/*wrapper around the whole form*/
body  {
	background: #F3F3F3;
	color: #333333;
}
.liz_Form {
	width: 474px;
	margin-bottom:30px;
}
.liz_Form h1 {
	font-size:100%;
	margin-bottom:10px;
	margin-top:10px;
}
.liz_Form h2 {
	font-size:80%;
	color:#a00000;
	margin-bottom:4px;
	margin-left:10px;
}
.liz_Form h3 {
	font-size:70%;
	font-weight:normal;
	margin-left:10px;
	margin-bottom:10px;
}
.liz_Ressort {
	font-weight:bold;}	
fieldset {
  border:1px solid #B5B5B5;
	margin:3px 10px 2px 10px;
	padding:3px 10px;
}
legend {
	font-weight: normal;
	background-color: #d9d9d9;
	border:1px solid #B5B5B5;
	margin:0px 0  5px 0;
	padding:0px 10px;
	font-size:80%;
	color: #666666;

}	
/*advice within the form , not within the fieldset*/
.liz_FormAdvice,
.liz_FormContent {
	padding: 5px 10px 5px 10px;
	margin-right:10px;
}

/*advice within the form and fieldset*/
.liz_FieldsetAdvice {
	padding: 5px 0px;
	font-size:80%;
}
.liz_FieldsetAdviceImportant {
	color:#e96e00;
	font-size:80%;
	font-weight:normal;
	padding: 3px 0px;
}
.liz_FormAdviceImportant {
	color:#333333;
	font-size:70%;
	font-weight:normal;
	margin-left:10px;
	padding: 0px 10px 10px 10px;
	margin-right:10px;
}

/*div around the label*/
.liz_Label {
	display:block;
	font-size:70%;
}
/*div around the input, select, textarea*/
.liz_Input {
	display:block;
	padding-bottom:0.5em;
}
.liz_ButtonRight {
	display:block;
	text-align:right;
	padding:5px 19px;
}
.liz_ButtonLeft {
	display:block;
	text-align:left;
	padding:5px 21px;
}
.liz_ButtonRight input {
	margin-left:5px;}
.liz_ButtonLeft input {
	margin-right:5px;}
	
/*all forms*/
input {
	margin-bottom:2px;
	border: 1px solid #5F5F5F;
	font-size:70%;
}
input.submit {
	background-color:#BDC8CD;
	color:#000000;
	padding:0 10px;}

.liz_Input2z,
.liz_Input4z ,
.liz_InputXL,
.liz_SelectXL,
textarea {
	font-size:75%;
	border: 1px solid #2A4047;
}
	
/*individuel width of forms*/
.liz_Input2z {
	width:1.6em;
}
.liz_Input4z {
	width:2.8em;
}
.liz_InputXL,
.liz_SelectXL,
textarea {
	width:36em;
}
/*Link*/
a:link { color:#FFFFFF; }
a:visited { color:#FFFFFF; }
a:focus { color:#FFFFFF;}
a:hover { color:#F8A201; }
a:active { color:#FFFFFF; }


