* {
	padding: 0; 
	margin: 0;
}

body {
	background-color: #FFA800;
	font: 14px "Lucida Grande"; 
	color: #464646; 
}

p {
	margin: 10px 0px; 
}

form {
	margin: 0;
	padding: 0;
}

#header {
    background: url("../../img/header.gif") repeat-x scroll 0 0 transparent;
    height: 169px;
    width: 100%;
}
#headerContent {
    margin: 0 auto;
    width: 960px;
}
#logo {
    clear: both;
    height: 72px;
    margin-bottom: 20px;
    margin-top: 30px;
    width: 360px;
}

#menu {
    clear: both;
    height: 23px;
    margin-bottom: 10px;
    margin-left: 110px;
}

#menu ul {
    display: inline;
}

#menu ul li {
    display: inline-block;
    margin-right: 10px;
}

#menu ul li a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Helvetica, verdana, sans-serif;
    font-size: 11px;
}

/* Pulsanti decenti*/

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}

.orange {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* Fine pulsanti decenti */

#content {
    margin: 0 auto;
    padding-left: 110px;
    padding-top: 40px;
    width: 850px;
}

#wrap{
	background: #FFFFFF; 
	width: 615px;
	margin: 50px auto;  
	padding: 10px; 
	border: 1px solid #DFDFDF; 
	text-align: center; 
}

#wrap h2{
	font: italic 22px Georgia; 
}

#wrap .statusmsg {
	font-size: 12px; 
	padding: 3px; 
	background: #EDEDED; 
	border: 1px solid #DFDFDF; 

}


form {
	margin-top: 10px; 
}

form .submit_button{
	background: #F9F9F9; 
	border: 1px solid #DFDFDF; 
	padding: 8px;
	margin-top: 20px;
}

input { 
	font: normal 16px Georgia; 
	border: 1px solid #DFDFDF;
	padding: 5px; 
}

label {
	height: 20px;
	line-height: 20px;
	margin: 10px;
}

.boxform {
	width: 500px;
	margin: 0 auto;
}

.row {
	height: 50px;
	line-height: 50px;
}

.sinistra {
	text-align: right;
	width: 210px;
	height: 50px;
	line-height: 50px;
}

.destra {
	text-align: left;
	width: 280px;
	height: 50px;
	line-height: 50px

}
.dx {float: right;}
.sx {float: left;}
.clear {clear: both;}