/* 
    Document   : login.css
    Created on : 21-mag-2011, 17.58.38
    Author     : carlo.amoroso@sofitek.it
    Description: the login.
*/
body {background:transparent url(skin/bg_login.png) top center;}

a {text-shadow:0 0 0;}

header {    
    display: block;
    width:100%; 
    border:0;
    margin: 0px;
    height:36px;
    box-shadow:none;
    background: none;
}

#login_box,#registration_box {
	background:transparent url(skin/bg_lalogin.png) no-repeat top center;
    border: 0 none;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    box-shadow: 0 5px 0 #343637;
    -moz-box-shadow: 0 5px 0 #343637;
    -weblit-box-shadow: 0 5px 0 #343637;
    color: #333333;
    height: 304px;
    margin: 120px auto 25px;
    padding: 0;
	position:relative;
    width: 458px;
    -pie-background: linear-gradient(#F7F7F7, #e0e0e0);
    behavior: url(/PIE.php);
}
#login_box h3,#registration_box h3  {
     background: url("skin/bg_titlelogin.png") repeat scroll 0 0 transparent;
    border-bottom: 1px solid #000000;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    color: #FFFFFF;
    font-family: 'Terminal Dosis',sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
    padding: 17px 0;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
    text-transform: uppercase;
}
#login_box a,#registration_box  a  { text-shadow: 1px 1px 0 #fff; text-decoration:none;}
#login_box a:hover,#registration_box  a:hover  {color:orange;}
#login_box div,#registration_box  div  {
	border-radius: 0 0 0 0;
    float: none;
    margin: 30px 0;
    padding: 0;
    text-align: left;
    width: 100%;}
#login_box div.submit,#registration_box  div.submit  {	margin: 0 auto;
    text-align: right;
    width: 390px; }
#login_box div label,#registration_box  div label{color: #555555;
    display: block;
    float: left;
    margin: 5px 10px;
    text-align: left;
    text-shadow: 1px 1px #FFFFFF;
    width: 65px;}
#login_box input[type="text"],#login_box input[type="password"],#registration_box input[type="text"],#registration_box input[type="password"]  {
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
    box-shadow:0 1px 0 #fff inset;  -webkit-box-shadow:0 1px 0 #fff inset; -moz-box-shadow:0 1px 0 #fff inset;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ebebeb), to(#fff));
	background: -webkit-linear-gradient(#EBEBEB, #fff);
	background: -moz-linear-gradient(#EBEBEB, #fff);
	background: -ms-linear-gradient(#EBEBEB, #fff);
	background: -o-linear-gradient(#EBEBEB, #fff);
	background: linear-gradient(#EBEBEB, #fff);
	-pie-background: linear-gradient(#EBEBEB, #fff);
	behavior: url(/PIE.php);
	margin: 0 10px 0;
    padding: 8px;
    width: 330px;}

#login_box input[type="text"]:focus,#login_box input[type="password"]:focus {
    box-shadow:0 0 10px #338DC2; -moz-box-shadow:0 0 10px #338DC2; -webkit-box-shadow:0 0 10px #338DC2;
}	

#login_box input[type="submit"],#registration_box  input[type="submit"] {
    display: inline-block;
	font-family:'Terminal Dosis',sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    height: 35px;
    line-height: 30px;
    margin: 13px 0 0;
    padding: 0;
    text-transform: uppercase;
    width: 96px;
    behavior: url(/PIE.php);
}
#login_box input[type="submit"]:focus,#registration_box  input[type="submit"]:focus {
	width:94px;height:33px;
    behavior: url(/PIE.php);
}

#login_box p{font-size:13px; border-top:1px solid #c0c0c0; padding-top:4px;display:none;}

/*registration box,eccezzioni*/
#registration_box  div.error-message {margin:0; font-size:10px;}

/* img logo */

img.logo_login {bottom: 35px;left: 22px;position: absolute;}

/* */

#login_container #content_for_layout {
	background: none repeat scroll 0 0 transparent;
    box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
	behavior: url(/PIE.php);}
	
#login_container input {
line-height:15px;
    height: 15px;
	padding:0;}