.generic     { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height:1; font-weight: normal; color: rgb(0,0,0)}
.generic A   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height:1; font-weight: normal; color: rgb(0,0,0)}

.form        { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height:1; font-weight: normal; color: #000000}
.notaform    { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height:1; font-weight: normal; color: #000000}
.inputbox    { font-family: courier;                      font-size: 10px; font-style: normal; font-weight: normal; color: #000000}

* {
    padding: 0px;
    margin: 0px;
    
}

SELECT
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px
    
}   

INPUT
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;
    
    
}

TEXTAREA
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;
}

         
BODY {    
   text-align: center;
   font-size: 13px;
   color: #A6A6A6;
   background: black;
   font-family: "Trebuchet MS","Verdana",arial, sans-serif;
}         
          
A:link,
A:visited,
A:active,
A:hover {
    color: #990000;    
    text-decoration:none;
}
A:hover {
    text-decoration: underline;
}
H1 {
    color: white;
     font-family: arial, sans-serif;
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 20px;
}
H2 {
    color: white;
     font-family: arial, sans-serif;
     font-size: 18px;
     font-weight: bold;
     margin-bottom: 10px;
     
}
P {
    text-align: left;
    line-height: 20px;
}
img {
    border:0;
}

/************************************************************

DIVS LAYOUT PRINCIPALE

*************************************************************/

#wrapper {
    
    width: 960px;
    margin: 0 auto;  
}

#header {
    width: auto;
    border-bottom: 1px #444 solid;
    padding:0px;
    width: 960px;
    height: 120px;
    margin-bottom: 15px;
    }

#content {
    
    padding: 30px 120px 30px 120px;
    border-bottom: 0px solid #342826;
    border-top: 0px solid #342826;
    text-align: left;
}


#login {
    width: auto;
    padding: 10px;
    text-align: left;
}

#footer {
    width: auto;
    border-top: 1px solid #342826;
    height: 50px;
    margin-bottom: 15px;
    margin-top:20px;
}

#menu
{
    width: 100%;
    
}
#menu ul
{
    margin: 0px;
    list-style-type: None;
}
#menu ul li
{
    display: Inline;
    padding: 20px;
    font-size: 20px;
}
#menu ul li a,
#menu ul li a:visited,
#menu ul li a:active,
#menu ul li a:hover
{
    color: white;
}
#menu ul li a:hover
{
    text-decoration:none;
    color: silver;
}

/************************************************************

DIVS

*************************************************************/
#iscrizione {
    margin-top: 20px;
}



/************************************************************
 *
Class

*************************************************************/

.campi{
	font-size: 12px;
	width: 306px;
     background-color: #342826;
     padding: 2px;
     border: 0;
     color: silver;
     
    
}
.campi_2{
	font-size: 12px;
	width: 100px;
     background-color: #342826;
     padding: 2px;
     border: 0;
     color: silver;
    
}

.formLeft{
	float:left;
	width:150px;
	text-align:right;
     margin:3px;
     font-weight: bold;
}
.formRight{
	float:left;
	width:420px;
     margin:3px;
	margin-left:10px;
	display: inline;
}

.formClearer{
	clear: both;
	height: 2px;
	overflow: hidden;
}

.formSubmit{
    background: url(/img/bg-button.gif) top left no-repeat;
    border: 0;
    width: 76px;
    height: 25px;
    font-weight: bold;
}
.error, .info {
    border: 3px solid red;
    color: white;
    padding: 10px;
    margin: 10px 0 10px 0px;
}
.info {
   border-color: #099000;
}
.premio {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin:20px;
}