/* GESTIONE CLUB */

.box_dati_richiesta_annuncio {
	font-weight:bold;
	width:610px;
	float:left;
	padding:5px;
	background-color:#f1f1f1;
	border:1px solid #cccccc;
	margin-top:10px;
	margin-bottom:10px;
}

.box_dati_richiesta_annuncio_orange {
	font-weight:bold;
	width:610px;
	float:left;
	padding:5px;
	background-color:#fff6e2;
	border:1px solid #ffb027;
	margin-top:10px;
	margin-bottom:10px;
}

.box_dati_richiesta_annuncio_blu {
	font-weight:bold;
	width:610px;
	float:left;
	padding:5px;
	background-color:#f2fdff;
	border:1px solid #0066cc;
	margin-top:10px;
	margin-bottom:10px;
}

.sottotitolo_richiesta_annuncio {
	border-bottom:1px solid #CCCCCC;
	padding:5px;
	float:left;
	width:610px;
	font-size:13pt;
}

.btn-richiesta-annuncio input {
	margin-bottom:5px;
	padding:5px;
	margin:5px;
	background-color:#ffb027;
	float:right;
	font-size:12pt;
	color:#FFFFFF;
	border:0px;
	cursor:pointer;
}

.btn-richiesta-annuncio input:hover {
	margin-bottom:5px;
	padding:5px;
	margin:5px;
	background-color:#ffb027;
	float:right;
	font-size:12pt;
	color:#FFFFFF;
	border:0px;
	cursor:pointer;
}

.select-date {
	width:60px;
	font-size:8pt;
}