/* CSS Document */
html,body{margin:0;padding:0}
body{font-family: arial,sans-serif; font-size: 12px;background-color:white;text-align:left}
A:link{ text-decoration: none; color: #000000; }
A:visited{ text-decoration: none; color: #000000; }
A:hover{ Color: #999999; text-decoration: none; }
ul li { display: inline; }

div#tutto {
    width:800px; height:100%;
    padding: 0;
    margin: 10px auto;
    position:relative; top:10px;
    background-color:white;
    }
/*posizione di logo.png*/
div#logo a{
    float: left;
    width: 80px;
    height:500px;
    position:relative;
    background:url(../img/logo.jpg) no-repeat;
    z-index: 1000;
    }
div#contenuti {
    float: left;
    display:block; 
    width:600px;
    height:500px;
    position:relative;
    z-index: 2;
    overflow: auto;
    }
    
	#form{
		margin:1em 0;
		background:url(../img/form_bg.jpg) no-repeat 0 0;
		width:542px;
		height:364px; /* fixed size (envelope graphic) */
		overflow:hidden;
		}
	#form h3{display:none;}	
	#form fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:200px;
		margin-left:34px;
		padding-top:80px;
		}	
	#form fieldset.last{
		width:254px;
		margin-left:17px;
		}				
	#form legend{display:none;}	
	#form p{margin:.5em 0;}	
	#form label{display:block;}	
	#form input, #form3 textarea{		
		width:192px;
		border:1px solid #ddd;
		background:#fff url(../img/form_input.gif) repeat-x;
		padding:3px;
		}		
	#form textarea{
		width:246px;
		height:200px;
		overflow:auto;
		}					
	#form p.submit{
		margin:0 34px;
		clear:both;
		position:relative;
		}	
	#form button{
		padding:0;
		position:absolute;
		left:0;
		top:-3.5em;
		width:95px;
		height:36px;
		text-indent:-8000px;
		overflow:hidden;
		border:none;
		background:url(../img/form_button.gif) no-repeat 0 0;
		color:#fff;
		cursor:pointer;
		}
div#piede {
    width:800px; height:100px;
    position:relative; margin: 0px auto;
    z-index: 2;
    overflow: auto;
    }

