@charset "utf-8";
/*
	@copyright  		Copyright (c) 2007-2009 Mentefredda Srl All rights reserved.
	@license    		All right reserved
	@web-developing 	Mentefredda S.r.l. - http://www.mentefredda.it/chi-siamo/team
*/

form
{
}


input
{

	font-size:11px;
	padding: 2px 5px;
	color:#577997;
	font-family:"Trebuchet Ms";
}

input[type=submit]
{
	background-image:url(../images/background/sfondo_button.png);
	background-position:left top;
	background-repeat:repeat-x;
	height:28px;
	border: 2px solid #D0C5B0;
	color:#7E7A75;
	text-transform:uppercase;
	font-size:12px;
}

input[type=reset]
{
	background-image:url(../images/background/sfondo_button.png);
	background-position:left top;
	background-repeat:repeat-x;
	height:28px;
	border: 2px solid #D0C5B0;
	color:#7E7A75;
	text-transform:uppercase;
	font-size:12px;
}


textarea
{

	border:1px solid #d2d2d3;
	font-size:12px;
	padding: 0px 0px;
	color:#787878;
}

select
{

	border:1px solid #d2d2d3;
	font-size:12px;
	padding: 0;
	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;
}






