#contenitor {
    background-color: #f4f9ff;
    border-bottom-width: 4px solid #e7a653;   
    border-left-width: 1px solid #e7a653;
    border-right-width : 3px solid #e7a653;    
    border-top-width: 1px solid #e7a653;   
    border-bottom: 4px solid #e7a653;      
    border-left: 1px solid #e7a653;    
    border-right: 3px solid #e7a653;
    border-top: 1px solid #e7a653; 
    color: #000066;          
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 0px 6px;
    text-align: left;
    width: 90%;
}

#contenuti {
	clear: left;
    color: #000066;    
    margin: 5px 5px;
	height: auto !important;
}
#contenuti h2 {
    color: #FF8C00;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}
#contenuti p {
	padding: 0 0 15px 0;
	
}
#contenuti ul {
	margin-left: 10px;
    padding: 5px 15px;
}
#contenuti ol {
	padding: 5px 15px;
	margin-left: 10px;
}
#contenuti dl {
	margin-bottom: 15px;
}
#contenuti dt {
	color: #003366;
    font-weight: bold;
    padding: 5px;
}
#contenuti dd {
	padding: 5px 30px;
	text-align: justify;
}
#contenuti a {
	border-bottom-width: 1px dashed #990000;
    color: #990000;
    font-weight: bold;
	text-decoration: none;

}

form {
    margin: 0px;
    padding: 0px;
    position: relative;
}
form fieldset {
	border: 0 solid;
	padding: 10px;
}
form p {
	margin: 0px;
	padding: 3px;
}
form label {
    display: block;
    float: left;
    margin: 0 5px 0 5px;
    width: 180px;
}
form input, form textarea {
    border: 1px solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 2px;
    text-transform : uppercase;
}
form textarea {
    overflow: auto;
    text-transform : none;
}
.mail{
    text-transform : none;
}
.rit {
    background-color : Navy;
    background :Navy;
    border-color : Blue;
    color: White;
    font-weight: bold;
    height: auto;
    width: auto;
    cursor: hand; 
}
A:link          {
    BACKGROUND: none;
    COLOR: White;
    FONT-FAMILY: Verdana, Helvetica;
    TEXT-DECORATION: none;
}


A:hover         {
    BACKGROUND: #000099;
    COLOR: Yellow;
    FONT-FAMILY: Verdana, Helvetica;
    TEXT-DECORATION: none;
}
.center{
 text-align: center;
}
