body {
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
font-family: "Helvetica Neue",Arial,sans-serif;
font-size:14px;
margin: 0 auto;
background: none repeat scroll 0 0 #fff;
height: 100%;
color: #444;
}

* {
	margin: 0;
}

#first-container{
/*margin: 50px auto 35px;
width: 962px;
height: 400px;*/

	margin: 0 auto;
    padding: 1em 1em;
    width: 962px;
}

/* login form */
#login {
 	/*margin-bottom: 2em;
	background: #fff;
	border: 8px solid #eee;
	width: 500px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px #4e707c;
	-webkit-box-shadow: 0 0 10px #4e707c;
	box-shadow: 0 0 10px #4e707c;
	text-align: left;
	position: relative;
	
	float: left;
    height: 280px;
  	 width: 420px;*/
  	 
  	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    box-shadow: 4px 4px 4px #CCCCCC;
    float: left;
    height: 280px;
    margin-bottom: 2em;
    position: relative;
    text-align: left;
   /* width: 420px; */
    width: 268px;
}

#login a,#login a:visited {
	color: #0283b2;
}

#login a:hover {
	color: #111;
}

#login h1 {
	background: #0092c8;
	color: #fff;
	text-shadow: 0 1px 0 #000000;
	font-size: 14px;
	padding: 18px 23px;
	margin: 0 0 1.5em 0;
	border-bottom: 1px solid #007dab;
	border-radius: 4px 4px 1px 1px;
}

#login .register {
	position: absolute;
	float: left;
	margin: 0;
	line-height: 30px;
	top: -40px;
	right: 0;
	font-size: 11px;
}

#login p {
	margin: .5em 25px;
}

#login div {
	margin: .5em 25px;
	background: #eee;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: right;
	position: relative;
}

#login label {
	float: left;
	line-height: 25px;
	padding-left: 10px;
	display: none;
}

#login .field {
	border: 1px solid #ccc;
	width: 200px;
	font-size: 12px;
	line-height: 1.4em;
	padding: 4px;
	-moz-box-shadow: inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	box-shadow: inset 0 0 5px #ccc;
}

#login div.submit {
	background: none;
	margin: 1em 25px;
	text-align: left;
}

#login div.submit label {
	float: none;
	display: inline;
	font-size: 11px;
}

#login .forgotpassword {
	text-align: right;
	font-size: 11px;
}

.forgot_user
{
	border: 1px solid #CCCCCC;
    box-shadow: 0 0 5px #CCCCCC inset;
    padding: 4px;
    width: 200px;
}

#login .back {
	padding: 1em 0;
	border-top: 1px solid #eee;
	text-align: right;
	font-size: 11px;
}

#login .error {
	float: left;
	position: absolute;
	left: 95%;
	top: -5px;
	background: #eee;
	padding: 5px 10px;
	font-size: 13px;
	color: #444;
	text-shadow: #eee 0 1px 0;
	text-align: left;
	white-space: nowrap;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #700;
	-webkit-box-shadow: 0 0 5px #700;
	box-shadow: 0 0 5px #ccc;
}
/* // login form */

#label-new-blue{
	position: absolute;
	 margin: 54px 0 0 298px;
}
	
	
.signup_left{
	width: 50%;
	/*height: 250px;*/
	float: left;
	font-size:11px;
	text-align: right;
	margin: 7em auto;
}

.signup_left_1{
	margin: 0px 0 0 0;
	width:90%;
}

.signup_right{
	width: 250px;
	/*height: 250px;*/
	float: left;
	font-size:11px;
	text-align: left;
	margin-left: 10px;
}

#signup_right_1 {
	margin: 5px 0 0 0;
	width: 100%;
}

#signup_right_2 {
	margin: 10px 0 0 0;
	width: 100%;
}

#signup_right_3 {
	margin: 10px 0 0 0;
	width: 100%;
}

#signup_right_4 {
	margin: 10px 0 0 0;
	width: 100%;
}

.signup_center{
	border: 0px solid #000000;
	float: right;
	width: 50%;
}

#logo_out{
	/* position: absolute; */
 	/*margin: 0 90px;
	border: 1px solid #ccc;*/
	margin: 0 0 1em;
	width: 100%;
}


.invia_login{
position: absolute;
width: 84px;
height: 84px;
margin: 190px 0px 0px 320px;
}

.header{
text-align: center;
font-weight: bold;
padding-top: 10px;
font-size: 1.2em;
}

.message-box{
text-align: center;
background-color:#EEEEEE;
font-weight: bold;
}

.clear-both{
clear: both;
}

.wrapper {
	/*background-color: #fff;
	height: 510px !important;
    margin: 0 auto -2em;*/
}

/* ----- TOP BAR ----- */
.topbar {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    left: 0;
    /*position: fixed;*/
    right: 0;
    top: 0;
    z-index: 1000;
}

.top-nav {
    height: 40px;
}
.top-nav {
    /*background-color: #505050;*/
    background-color: #eee;
    background-position: 0 0;
}
/* ----- TOP BAR ----- */


/* ----- FOOTER ----- */
.browser_restriction{
/*color: #000;*/
margin: 1em;
}

#copyright{
	color: #cccccc;
	/*padding-top: 20px;*/
	background-color:#fff;
}

#copyright a:hover {color: #C0C0C0; text-decoration: none; }
#copyright a:active {color: #C0C0C0; text-decoration: none; }
#copyright a:visited {color: #C0C0C0; text-decoration: none; }
#copyright a:link {color: #C0C0C0; text-decoration: none; } 

.footer{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align: center;
margin: 0 auto;
}

.footer,.push {
	/*height: 4em;*/
	/*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);*/
}

.footer,.push {
	clear: both;
}

.footer {
	background-color: #fff;
	font-size: 0.8em;
}
/* ----- FOOTER ----- */


/* ----- SLOGAN ----- */
.slogan{
	/* text-align: left;
	margin: 8em auto; */
	
	/* margin: 9em -3em;
    text-align: right;	*/
    
     margin: 7em -3em 1em;
    text-align: right;
}

.main_slogan{
	color: #333333;
	font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1;
}

.sub_slogan{
	color: #999;
	font-size: 16px;
    /*line-height: 18px;*/
    line-height: 1.7em;
}

.sub_slogan a:hover {color: #999; text-decoration: underline; }
.sub_slogan a:active {color: #999; text-decoration: underline; }
.sub_slogan a:visited {color: #999; text-decoration: underline; }
.sub_slogan a:link {color: #999; text-decoration: underline; } 
/* ----- SLOGAN ----- */

.https_certif{
 	float: right;
    margin: 0 7em;
}

.center-message {
    margin: 2em auto;
    width: 60%;
    font-size: 1.4em;
    border-right-radius: 6px;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    color: #333333;
    padding: 0.2em;
}

.christmas-tree{
	background-image: url("tree-1.jpeg");
}