html, body {
	padding:0;
	margin:0;
	width:100%;
	background: url(../img/login_header_bg.png) repeat-x left top #FFF;
	color:#333;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
}
div { 
	-moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none; 
} 
a:active, a:focus {
	border:none;
	outline:none;
}
#wrapper{
	position: absolute;
	width: 536px;
	height: 500px;
	left: 50%;
	margin-left: -268px;
	top: 110px;
}
#header{
	background: url(../img/login_header_title.png) no-repeat center top ;
	width: 100%;
	height: 110px;
}

#header-title{
	width: 100%;
	height: 110px;
	color: #FFF;
	font-size: 34px;
	font-weight: 100;
	text-align: center;
}
#header-title .bold{
	font-weight: 400;
}

#header-title .upper{
	text-transform: uppercase;
}

#box{
	position: relative;
	width: 536px;
	height: 306px;
	background: url(../img/login_box_bg.png) no-repeat center center;
}
#box-header{
	color: #fff;
	font-size: 22px;
	position: absolute;
	font-weight: 100;
	top: 80px;
	left: 50px;
}
#footer{
	position: absolute;
	top: 270px;
	left: 250px;
}
#footer a{
	color: #333;
}
.text{
	width: 370px;
	height: 35px;
	background: #000;
	border: 0px solid #333;
/*	-moz-box-shadow: 0 0 5px #ffffff;
	-webkit-box-shadow: 0 0 5px #ffffff;
	box-shadow: 0 0 5px #ffffff;*/
	color: #999;
	font-size: 16px;
	font-weight: 100;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 20px 0px 20px;
}

.short-text{
	width: 90px;
	height: 35px;
	background: transparent;
	border: 0px solid #FFF;
/*	-moz-box-shadow: 0 0 5px #ffffff;
	-webkit-box-shadow: 0 0 5px #ffffff;
	box-shadow: 0 0 5px #ffffff;*/
	color: #999;
	font-size: 16px;
	font-weight: 100;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 20px 0px 20px;
	margin-right: 5px;
}

#user{
/*	background: red;*/
	position: absolute;
	top: 55px;
	left: 64px;
}

#psw{
/*	background: red;*/
	position: absolute;
	top: 110px;
	left: 64px;
}

#human{
/*	background: red;*/
	position: absolute;
	top: 165px;
	left: 64px;
	color: #fff;
}
#human-suggest{
	display: none;
	position: absolute;
	top: 210px;
	left: 64px;
	color: #7cd0f0;
}
#submit{
	background: url(../img/login_button.png) no-repeat center center !important;
	height: 36px;
	width: 86px;
	border: 0px solid #333;
	position: absolute;
	top: 190px;
	right: 58px;
	
}

#accedi{
	background: url(../img/button_accedi.png) no-repeat center top !important;
	height: 36px;
	width: 86px;
	border: 0px solid #333;
	position: absolute;
	top: 135px;
	right: 58px;
	cursor: pointer;
}


/********************
	SELECT MENU
*********************/
#wrapper-menu-select{
	position: absolute;
	top: 130px;
	left: 56px;
/*	font-family: 'Open Sans', sans-serif;*/
}
#menu-select-label{
	
}
#menu-select-button{
	height: 56px;
	width: 305px;
	padding-left: 24px;
	background: url(../img/bg_select_large.png) no-repeat left top;
	color: #FFF;
/*	font:  13px/33px 'Open Sans', sans-serif;*/
	font-size: 13px;
	line-height: 45px;
	cursor: pointer;
	text-transform: uppercase;
}
#menu-select-options{
	display: none;
	position: absolute;
	top: 41px;
	left: 15px;
	width: 281px;
	min-height: 20px;
	color: #FFF;
	background: #273040;
	z-index: 10;
	padding: 10px;
	font-size: 12px;
	box-shadow: 0px 0px 10px #000;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

#menu-select-option{
	padding: 10px;
	cursor: pointer;
}
.menu-select-option{
	padding: 10px;
	cursor: pointer;
	text-transform: uppercase;
}
.menu-select-option:hover{
	padding: 10px;
	cursor: pointer;
	color: #2eb4f9;
}
#menu-select-option a{
/*	background: #FFF;*/
	color: #FFF;
}
#menu-select-option a:hover{
/*	background: #FFF;*/
	color: #2eb4f9;
}


#loader{
/*	display: none;*/
	width: 100%;
	height: 100%;
	position: fixed;
	top: 40px;
	left: 0px;
/*	background: url(../img/loader2.gif) no-repeat #000 center center;*/
	background-color: #000;
	background-image: url(../img/loader2.gif), url(../img/logo-header2.png);
	background-position: center center, center 45%;
	background-repeat: no-repeat, no-repeat;
	
	z-index: 999;
	
}

