.camera-form-prenotazione {
	padding: 8px 5px;
	border: 1px solid #dcdcdc;
	background: #f3f3f3;
	margin: 5px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.camera-form-prenotazione div {
	margin: 0 0 10px;
}

#labelApriCamere {
	cursor: pointer;
	background: #fff;
}

div#divCamere {
	position: absolute;
	top: 72px;
	left: 2px;
	background-color: white;
	border: 1px solid gainsboro;
	padding: 5px;
	width: 250px;
	max-height: 350px;
	z-index: 10;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
}

div#contenitoreOspiti {
	max-height: 270px;
	overflow: auto;
	width: 100%;
	background: #f9f9f9;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

div#divCamere img {
	cursor: pointer;
}

div#divCamere img:hover {
	opacity: 0.8;
}

#divCamere div:first-child {
	font-weight: 600;
}

.num-cam-expo {
	margin: 10px 9px;
	height: 25px;
}
