#footer form {
	width:120px;
}


#footer form label, #footer form textarea , #footer  form input{
	font:1em Arial, Helvetica, sans-serif;
	color:#1f1a17;
	width:150px;
	margin:0 0 7px 0;
	padding:1px;
	display:block;
	float:left;
		height:23px;
}

#footer form textarea , #footer form input{
background:#ede8da;
}

#footer form input, #footer  form textarea {
	border:none;
	width:144px;
	height:18px;
	padding:5px 3px 0 3px;
	background:url(../images/input-box.gif) 0 0 no-repeat;
}


#footer form textarea {
	height:143px;
	overflow:auto;
}
#footer form input:focus, #footer  form textarea:focus {
	background:url(../images/input-hover.gif) 0 0 no-repeat;
}

#footer form label {
	text-align:left;
	width:45px;
	padding:3px 5px 0 0;
}
#footer form legend {
	display:none;
}
#footer form fieldset {
	border:none;
	width:230px;
	padding-left:30px;
}
#footer form input#submit {
	width:120px;
	padding:2px 5px 5px 5px;
/*	background:#888;*/
	color:#1f1a17;
	font-size:1.2em;
	cursor:pointer;
	border:none;
	background:url(../images/newsletter-button.gif) 0 0 no-repeat;
	width:80px;
	height:23px;
	display:block;
	float:right;
	margin-right:30px;
}
#footer form fieldset#submitbox {
	width:120px;
	height:25px;
	padding:0 0 0 10em;
	clear:both;
}
#footer form input.radio {
	width:20px;
	margin-top:2px;
	border:none;
	background:transparent;
}
* 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;
}
* 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;
}