* {
	margin: 0px;
	padding: 0px;
}


body {
   background-color: #D7D9DB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
	text-align: center;
  }
  
  .input_evi {
  	background-color: #FFC0A8;
  }
  
  input {
  	width:160px;
  }
 
  
#main_container { /* n */
    width: 1024px;
    background-color: #ffffff;
    margin: auto;
	text-align: left;
	height: auto;
	position: relative;
	margin-top: 20px;
	 border-top-left-radius: 12px; 
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px; 
		border-bottom-right-radius: 12px;
  }

#container {
    width: 100%;
    /*overflow:hidden;*/
    height: auto;
	 position: relative;
	 top: 0px;
}


#top {
    width:100%;
   height:109px;
	margin: 0px;
	margin-top:0px;
	position: relative;
	 background-color: White;
  }

 .cuscino{
		clear: both;
		height:12px;
		
	}

  #main_reg { /* n */
	
    width:90%;
   
	 text-align: center;
	 position: relative;
	 top: 25px;
  }
  
#footer { /* n */
	clear: left;
	padding-top: 6px;
	color:#E96F35;
	width: 100%;
	height: 20px;
	background-color: #D7D9DB;
	text-align:center;
	font-size:10px;
	position: relative;
}  
  

#barra_top {
	width:960px;
	height: 25px;
	background: #0ff url(immagini/cp_barra.png) top left repeat-x;
	color: #FFFFFF;
	line-height: 220%;
}
#barra { /* n */
	width:100%;
	height: 25px;
   text-align: center;
	padding-top: 8px;
	background-color: #ffffff;
	position: relative;
	margin:0px;
	top:10px;
}

#logo { /* n */
	width:auto;
	height: 96px;
    text-align: center;
	color: #FFFFFF;
	/*position:absolute;
	left:10px;
	top:7px;*/
    padding:10px;
	
}

#logodx { /* n */
display:none;
	
}


#logo img, #logodx img {
	height: 96px;
}


.form_login {
	width: 300px; 
	margin: 0 auto;
	overflow: hidden;
	text-align: center; 
	padding: 0px; 
	height:150px;
	background-color: white;
	padding: 15px;
    border: solid 4px #ef9c00;
	border-top-left-radius: 12px; 
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px; 
	border-bottom-right-radius: 12px;
}

/* ---------- LINKS ---------- */

a {
    text-decoration : underline;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #436eb3;
  }


a:hover {
    text-decoration : none;
  }
 
input.pulsante_cp{
	background: #436eb3;
	height: 24px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-weight:bold;
	cursor: pointer;
	border-top-left-radius: 5px; 
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px; 
		border-bottom-right-radius: 5px;
}

 input.disabled{
 	background-color: ButtonFace;
 }
 
 
 p{
 	line-height: 140%;
 }
 
 .row {
 	clear: both;
	width: 100%;
	height: 18px;
	margin-top: 10px;
	text-align: center;
 }
 label {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-weight: bold;
	color: #436eb3;
	float: left;
	padding-top: 2px;
 }
 
 .row input[type='text'],   .row input[type='password']{
 	float: right;
 }
 
 .white {
 	color: White;
 }