@charset "utf-8";
/* CSS Document returnRichiesta*/
* { 
	margin:0;
	padding:0;
	border:0; 
}
body.richiesta { 
	margin:0px 0 0 0;
	padding:0;
	border:0; 
	background-color:#fff; /*cambiare colore sfondo pagina*/
	}
body.richiesta #contenitore { 
	margin:0 auto;
	/*	background-color:#363F4A; solo se non si mette background color e bordo al testo*/
	width:750px;
	}
body.richiesta #logo {
	/*cambiare logo, sfondo e posizione*/
	background-image:url(img/logo.jpg);
	background-position:center;
	background-color:#FFF;
	background-repeat:no-repeat;
	height:117px;
	/*fine cambiamenti logo*/
	width:100%;
	}
body.richiesta h2 {
	font-size:16px;
	color:#069;
	}
body.richiesta #testo {
	padding-top:5px;
	background-color:#fff;/*cambiare colore contenitore del testo*/
	width:auto;
	height:400px;
	}
body.richiesta p {
	text-align:left;
	}
body.richiesta #testo form {
	margin:0 0px;
	}
body.richiesta #testo input{
	border:1px solid #ccc;/*cambiare colore bordo contenitore del testo*/
	}


