* {
	/* font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif; */
	font-family: 'Droid Sans',sans-serif;
	
}
div{
	/* border:solid 1px #f00; */
}
#header {
    /* background-color: #000; */
	background: url("../img/sfondo-header.png") repeat-x #000;
    height: 46px;
    position: relative;
    z-index: 1;
	padding:27px;
	
}

#main {
    background-color: #2E2E2E;
    position: relative;
    z-index: 1;
	padding:0px;
}

#header #logo,#panel-wrapper {
	width:100%;
    margin:0 auto;
    position: relative;
 
}
#header #logo{
	width:800px;
}
#main #content {
	width:900px;
    margin:0 auto;
    position: relative;
}

#panel {
background: url("../img/sfondo-panel.jpg") no-repeat scroll 50px -139px transparent;
height: 340px;
text-align: center;
z-index: 5;
color:#444;
width:978px;
    margin:0 auto;

}

#panel #content-full{
	width:100%;
	position:relative;
	float:right;
	padding:3% 0;
	display:inline-block;
}

#panel #content-left{
display: inline-block;
float: left;
padding: 20px 13px;
position: relative;
width: 587px;
}
#panel #content-right{
display: inline-block;
float: left;
padding: 76px 28px;
position: relative;
width: 300px;
}
#header #logo img{
	/* margin-left:5%; */
}

#panel h1{
	font-size:34px;
	margin-bottom:11px;
	font-weight:normal;
}
#panel h2{
	font-size:19px;
	color:#605f5f;
	padding-bottom:15px;
	font-weight:normal;
	background: url("../img/sep-line.png") repeat-x scroll 0 100% transparent;
}
#panel p{
margin-top: 15px;
font-size: 19px;
/* font-weight: bold; */
line-height: 26px;
}
#panel p.fondo{
color: #605F5F;
font-size: 17px;
padding-top: 10px;
background: url("../img/sep-line.png") repeat-x scroll left top transparent;

}
#panel p span.evidenzia{
	font-size:23px;
	text-transform:capitalize;
	font-weight:bold;
}
#panel p span.rosso{
	color:#f00;
}
#panel p span.arancio{
	color:#f09004;
}

#main #content-left{
	width:60%;
	position:relative;
	float:left;
	padding:0 0;
	display:inline-block;
	color:#fff;
	left:8px;
	
}
#main #content-left p{
	font-size: 17px;
	line-height:22px;
	margin-top:20px;
	text-align:justify;
}

#main #content-left h3{
	font-size: 25px;
	line-height:24px;
	margin-top:30px;
	font-weight:normal;
	color: #F7B234;
}


#main .separator{
background: url("../img/sep-line.png") repeat-x scroll left center transparent;
clear: both;
display: block;
height: 52px;
width: 100%;
}
#main #fondo{
	display: block;
	width: 100%;
	padding:0;
	text-align:center;
	color:#fff;
	font-size: 25px;
	color: #F7B234;
}

#footer{
	text-align:center;
	background-color:#2E2E2E;
	color:#6D6D6D;
	height:100px;
	font-size:12px;
	width:100%;
}
#footer a{
	color:#6D6D6D;
}


.riq-rosso {
  -moz-transition: all 0.1s linear 0s;
  background-color: #EB2627;
  background-image: -moz-linear-gradient(center top , #FA4F51, #F03537 50%, #E31112);
  background-repeat: no-repeat;
  border: medium none;
  box-shadow: 1px 1px 0 #FD6264 inset, 0 1px 0 #8A2523;
  color: #FFFFFF;
  display: inline-block;
  line-height: normal;
  padding: 10px 0;
  text-align: center;
  text-shadow: 3px 3px 0 #721515;
}

/* FORM REGISTRAZIONE */


#main #form{
background-color: #EBEBEB;
color: #5E5C5C;
display: inline-block;
float: right;
font-size: 15px;
letter-spacing: 0.8px;
line-height: 17px;
padding: 95px 10px 0px;
position: relative;
right: 10px;
text-align: center;
top: 25px;
width: 318px;
word-spacing: 1px;
height:580px;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 
}


#intro-form{
font-size: 27px;
height: 60px;
left: 0;
line-height: 30px;
position: absolute;
top: 0;
width: 319px;
}


#form-registrazione{
}

#form-registrazione span.intro{
	font-size:12px;
}
#form-registrazione label{
	width: 265px;
	font-size:11x;
	display:inline-block;
	font-size: 12px;
	text-align:left;
}

#form-registrazione input{
	margin:2px 0;
	padding:3px;
	width: 229px;
}
#form-registrazione input.checkbox{
	width: 30px;
}
#form-registrazione span{
	color:#444;
	font-size:11px;
}

#form-registrazione a{
	color:#444;
}
#form-registrazione a:hover{
	color:#f00;
}

#form-registrazione a.green-button {
  -moz-transition: all 0.1s linear 0s;
  background-color: #17D300;
  background-image: -moz-linear-gradient(center top , #17D300, #52FE1B  50%, #03E600);
  background-repeat: no-repeat;
  border: medium none;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 1px 1px 0 #F6E6A1 inset, 0 1px 0 #7F7B2F;
  color: #464646;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  padding: 10px 0;
  text-align: center;
  text-shadow: 1px -1px 0 #FFDE7E;
}


#form-registrazione a:hover.green-button {
	background-color: #1AEA00;
	background-image: -moz-linear-gradient(center top , #1AEA00, #86FF5F   50%, #1DFB1A);
}


#form-registrazione a.invia{
	width:90%;
}


#validation{
	margin:10px 0;
	color:#f00;
	font-size:13px;
}
