@charset "utf-8";
/*
	@copyright  		Copyright (c) 2007-2009 Mentefredda Srl All rights reserved.
	@license    		All right reserved
	@web-developer		Igor Campus <igor.campus@gmail.com>
*/

form
{
}

input
{
	
	
	border:1px solid #d2d2d3;
	font-size:12px;
	padding: 2px 5px;
	color:#787878;

}

input[type=submit]
{
	background-image: url(../images/background/input-submit.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color:#fff;
	background-color:#d6ad49;
	border:none;
	cursor:pointer;
}

input[type=reset]
{
	background-image: url(../images/background/input-submit.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color:#fff;
	background-color:#9a1919;
	border:1px solid #e17474;
	text-shadow: 1px 1px 1px #ccc;
	cursor:pointer;
}


textarea
{
	
	border:1px solid #d2d2d3;
	font-size:12px;
	padding: 0px 5px;
	margin-left:108px;
	color:#787878;
}

select
{
	
	border:1px solid #d2d2d3;
	font-size:12px;
	padding: 2px 5px;
	color:#787878;	
}

.submit input
{
}


.ceckradio input
{
	border:none;
}




/********************************* LiveValidation *************************************/
.LV_valid {
    color:#00CC00;
}
.LV_invalid {
	color:#CC0000;
}
.LV_validation_message{
	display:none;
}
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}

.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}







