@charset "utf-8";
/* CSS Document */
form#contact{width:320px !important;width /**/:350px;
    height:275px !important; height /**/:300px;
    margin: 0 0 10px 0;padding: 15px 15px 10px;
    background:#DAEBFC url(/images/form/formBk.png) no-repeat;}

form#contact_1{width:320px !important;width /**/:350px;
    height:275px !important; height /**/:300px;
    margin: 300px 0 10px 0;padding: 15px 15px 10px;
    background:#DAEBFC url(/images/form/formBk.png) no-repeat;}

form#serch{width:320px !important;width /**/:350px;
    height:125px !important; height /**/:150px;
    margin: 10px 0 10px 0;padding: 15px 15px 10px;
    background:#DAEBFC url(/images/form/formBk_serch.png) no-repeat;} 

form#newsletter{width:320px !important;width /**/:350px;
    height:105px !important; height /**/:130px;
    margin: 10px 0 10px 0;padding: 15px 15px 10px;
    background:#DAEBFC url(/images/form/formBk_newsletter.png) no-repeat;} 
	
form#preiscrizione{width:320px !important;width /**/:350px;
    height:675px !important; height /**/:700px;
    margin: 0 0 10px 0;padding: 15px 15px 10px;
    background:#DAEBFC url(/images/form/formBk_preiscrizione.png) no-repeat;}
	
label{float: left;width: 90px;height: 30px;
    font: 12px/30px Calibri, Verdana, sans-serif;
    margin-right: 5px;text-align: right; color: #666;}

label#corto{float: left;width: 60px;height: 30px;
    font: 12px/30px Calibri, Verdana, sans-serif;
    margin-right: 5px;text-align: right; color: #666;} 
	
input,textarea,button{border: 0px solid;color: #000;
    font: 12px Calibri, Verdana, sans-serif;} 
	
div.input-cont{float: left;width: 200px;height: 30px;
    background: #DAEBFC url(/images/form/inputBk.png) no-repeat top left;
    margin-bottom: 3px}

div.input-ceck{float: left; width:30px; height: 30px;
    background-color: #DAEBFC;
    margin-bottom: 3px}
	
input{display: block;width: 175px;background: #FFF;
    margin:5px 0 0 10px}
	
input#lungo{display: block;width: 175px;background: #FFF;
    margin:5px 0 0 10px}

input#corto{display: block;width: 15px;background: #FFF;
    margin:5px 0 0 10px} 
	
div.textarea-cont{float: left;width: 200px;height: 170px;
    padding: 1px;background: #DAEBFC url(/images/form/textAreaBk.png) no-repeat}

textarea{width: 170px;height: 140px;margin: 10px} 

button#go{float: left;width: 130px;
    height:25px !important;height /**/:30px;line-height: 25px;
    display: inline;margin-left:95px;padding: 1px 0 4px;
    background: #DAEBFC url(/images/form/submitBk.png) no-repeat;
    color: #000;cursor: pointer} 

button#inviaDati{float: left;width: 130px;
    height:25px !important;height /**/:30px;line-height: 25px;
    display: inline;margin-left:95px;padding: 1px 0 4px;
    background: #DAEBFC url(/images/form/submitBk.png) no-repeat;
    color: #000;cursor: pointer} 
	



