/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
/* Form di prenotazione appartamento */
#boxForm {
	margin: 30px 20px 0 0;
	float:right;
	width:250px;
}
#boxForm a{color:#333333;}
div#formContatti {
	width: 100%;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	padding-top: 20px;
}
div#formRichiesta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 100%;
	margin-bottom: 10px;
}
.richiesta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}
div#noarem {
	margin: 0;
	color: #6591DA;
	font-size: 10px;
	padding-left: 20px;
	float: left;
	text-align:left;
}
div#noarem ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
}
div#noarem li{
	margin: 0;
	padding: 0;
	width: 150px;
}
div#copari {
	margin: 0;
	color: #666666;
	font-size: 10px;
	float: left;
	width: 280px;
	margin-left: 150px;
}
div#copari ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
}
div#copari li{
	width:150px;
	margin: 0;
	padding: 0;
}
form {padding:0; margin:0}
.FORMerrore{color:#cc0000; font-weight:bold;font-size:medium;}
.FORMok{color:#17427b; font-weight:bold;font-size:medium;}
#etichetta {width:100px;}
.myinputstyle {
	border: 1px solid #ccc;
	/** remember to change image path **/
	background: no-repeat #dee8f5;
	font-family: Trebuchet ms, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #454743;
	padding:2px;
	margin-bottom:10px;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: Trebuchet ms, helvetica, sans-serif;
	font-style: bold;
	font-size: 12px;
	color: #fff;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {
	border: 1px solid #FFFFFF;
	/** remember to change image path **/
	background: no-repeat #bdd5f4;
	color: #454743;
}

/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
.myinputstyle:focus {
	border: 1px solid #FFFFFF;
	/** remember to change image path **/
	background: no-repeat #bdd5f4;
	color: #454743;
}
.myinputstyle form legend{
	font-family: Trebuchet ms, helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}

.calendarioX {position:absolute; background-color:#fff; display:none; color: #333333; border:1px solid #bdd5f4; margin:0; padding:0; float:right;}
.calendarioX {cursor:pointer}

/* sfondo form */
#sfondoForm {background-color:#9ebde5; padding:10px;}