/* CSS Document */
.box-richiesta{
	border: 1px solid #F00;
	font-family: tahoma;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 0px auto;
	background-color:#EFEFEF;
}

.box-richiesta table{
	margin: 0px auto;
	text-align: left;
	/*background-color: #F7F7F7;*/ 
}

.box-richiesta input,.box-richiesta select{
	font-family: tahoma;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}
.box-richiesta textarea{
	font-family: tahoma;
	font-size: 10px;
	color: #000;
}
