#footer form {
	width:170px;
/*	margin:0 0 2em 0;
	padding:0 0 1em 10px;*/
}
#footer form label, #footer form input, #footer form textarea {
	font:10px Arial, Helvetica, sans-serif;
	color:#444;
	width:107px;
	height:20px;
	margin:2px 0 0 0;
	padding:2px;
	display:block;
	float:left;
}
#footer form input, #footer form textarea {
	background:url(../images/form-input-kurz.gif) 0 0 no-repeat;
	border:0;
	height:16px;
	width:100px;
}
#footer form textarea {
	height:143px;
	overflow:auto;
}
#footer form input:focus, #footer form textarea:focus {
	border:0!important;
}
#footer form label {
	text-align:left;
	width:75px;
	padding:0 1.5em 0 0;
}
#footer form legend {
	display:none;
}
#footer form fieldset {
	border:none;
	width:172px;
}
#footer form input.submit {
	background:url(../images/form-submit-kurz.gif) 0 0 no-repeat;
	width:61px;
	height:20px;
	padding:1px 0 4px 0;
	font-size:10px;
	cursor:pointer;
	border:none;
	float:right;
	margin-top:3px;
}
#footer form fieldset.submitbox {
	width:61px;
	height:20px;
	padding:0 0 0 2px;
}
#footer form input.radio {
	width:20px;
	margin-top:2px;
	border:none;
	background:transparent;
}
#footer * html form input.radio {
	margin-top:2px;
}
#footer form label.radio {
	width:auto;
}
#footer form input.checkbox {
	width:20px;
	margin-top:10px;
	border:none;
	background:transparent;
}
#footer * html form input.checkbox {
	margin-top:7px;
}
#footer form label.checkbox {
	width:90px;
}
#footer form label.required {
	background:url(../images/required.png) top right no-repeat;
}
#footer .error {
	color:#c00 !important;
	font-weight:bold !important;
}

#footer form br {
	clear:left;
}
#footer form input[type=hidden] {
	display:none;
	border:0;
	padding:0;
}

/*----------------------------------------------------
// ----> Validation
/----------------------------------------------------*/


#footer span.LV_validation_message {
	display:block;
	float:right;
	width:300px;
	padding: .5em 0 .5em 0;}

#footer .LV_validation_message{
    font:.9em/1.5em Arial, Helvetica, sans-serif;
	font-weight:bold;
    margin:0 0 0 5px;
}

#footer .LV_valid {
    display:none !important;
}
	
#footer .LV_invalid {
    color:#CC0000;
}
    
#footer .LV_valid_field,
#footer input.LV_valid_field:hover, 
#footer input.LV_valid_field:active,
#footer textarea.LV_valid_field:hover, 
#footer textarea.LV_valid_field:active {
}
    
#footer .LV_invalid_field, 
#footer input.LV_invalid_field:hover, 
#footer input.LV_invalid_field:active,
#footer textarea.LV_invalid_field:hover, 
#footer textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}