@charset "UTF-8";
/* CSS Document */

@import url("barra_navigazione.css");

#page {
	
	position:relative;

	width: 1024px;
	margin: 0 auto;
	height:auto;
	border-radius:15px;
}

#footer

{ position:relative;
  top: 50px;
  width:1024px;
  font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:normal;
  border-top: 1px dotted #0066cc;
}


#contenitore_form {  width:1000px; height:450px; -moz-box-shadow:0 0 3px #333333;
	-webkit-box-shadow:0 0 3px #333333;
	box-shadow:0 0 3px #333333;
	 
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid #333333;
	background-color:#FFFFFF;
	position:relative;
	top:30px;
	padding:10px; 
	}