@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
{
	-webkit-border-radius: 8px; /* for Safari and Chrome */
	-moz-border-radius: 8px; /* for Firefox */
	-o-border-radius: 8px; /* when Opera Presto 2.3 or later is released */
	border-radius: 8px; /* future proofing for when border-radius is supported */
	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:#9a1919;
	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
{
	-webkit-border-radius: 5px; /* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* when Opera Presto 2.3 or later is released */
	border-radius: 5px; /* future proofing for when border-radius is supported */
	border:1px solid #d2d2d3;
	font-size:12px;
	padding: 0px 5px;
	color:#787878;
}

select
{
	-webkit-border-radius: 5px; /* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* when Opera Presto 2.3 or later is released */
	border-radius: 5px; /* future proofing for when border-radius is supported */
	border:1px solid #d2d2d3;
	font-size:12px;
	padding: 2px 5px;
	color:#787878;	
}


#booking_cnt select{
	font-size:10px !important;
	padding:1px 1px;	
}
#booking_cnt input{
	font-size:10px !important;
	padding:1px 1px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;	
}
.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;
}






