@charset "utf-8";
/* CSS Document */

#promoformino
{
	margin-bottom:15px;
}
.space
{
	margin-bottom:10px;
}

.space p
{
	font-size:12px;
}

.space h4
{
	padding-bottom:5px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:14px;
}


form
{
	margin:0px;
	padding:0px;

}

input
{
	font-size:12px;
	 border: 1px solid #BA935F;
    color: #040404;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}



#promoformino  input
{
	width:250px;
	margin-bottom:5px;	
}

textarea
{
	font-size:12px;
	 border: 1px solid #BA935F;
    color: #040404;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;

}

select
{
	font-size:12px;
	 border: 1px solid #BA935F;
    color: #040404;
	padding:1px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-bottom:5px;	


}

.submit input
{
	border:1px solid #b7915e;
	background-color:#B38850;
	background-image:url(../images/button/maps.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	color:#E1D8CB;
	cursor:pointer;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0;
	padding:3px 3px 4px;
	text-transform:uppercase;
	
	
}

.submit2 input
{
	color: #ffffff;
	background-image: url(../images/background/submit.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform:uppercase;
	border:none;
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;

}

input[type="button"]
{
background-color: #B38850;
    background-image: url("../images/button/maps.jpg");
    background-position: left bottom;
    background-repeat: repeat-x;
    border: 1px solid #B7915E;
    color: #E1D8CB;
    cursor: pointer;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 3px 3px 4px;
    text-transform: uppercase;
    margin-bottom:15px;		
    width:auto !important;
}

input[type="submit"]
{
background-color: #B38850;
    background-image: url("../images/button/maps.jpg");
    background-position: left bottom;
    background-repeat: repeat-x;
    border: 1px solid #B7915E;
    color: #E1D8CB;
    cursor: pointer;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0px 3px 1px;
    text-transform: uppercase;		
}



.prenota input
{
	color: #ffffff;
	background-image: url(../images/background/submit.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform:uppercase;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}



.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;
}







