@CHARSET "UTF-8";


body, input, button{
	font:1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.5em;
}

body{
	text-align:center;
}

#login{
	margin: 10em auto 20px;
	background: rgb(220,057,038);
	padding: 8px;
	width: 500px;
	-moz-box-shadow: 0 0 10px rgb(220,057,038);
	-webkit-box-shadow: 0 0 10px rgb(220,057,038);
	box-shadow: 0 0 10px rgb(220,057,038);
	text-align: left;
	position: relative;
}

#changeUsername{
	margin:10em auto 20px;
	background:rgb(220,057,038);
	padding: 8px;
	width:585px;
	-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;
}

#login .login_header{
	background:#FFFFFF;
	font-size:16px;
	padding:10px 5px;
	margin: 6px;
}

#changeUsername .changeUsername_header{
	background:#FFFFFF;
	font-size:16px;
	padding:10px 5px;
	margin: 6px;
}
	
#login .login_header label{
	float: left;
	line-height: 30px;
	padding-left: 10px;
	font-size: 20px;
	color: rgb(220,057,038);
	text-shadow: rgb(220,057,038) 0 1px 0;
}

#changeUsername .changeUsername_header label{
	float: left;
	line-height: 30px;
	padding-left: 10px;
	font-size: 20px;
	color: rgb(220,057,038);
	text-shadow: rgb(220,057,038) 0 1px 0;
}

.error_message {
    margin: 0px 21px 8px;
    width: 90%;
    background-color: rgb(251, 197, 169);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 7px rgb(251, 197, 169);
    text-align: center !important;
	color: rgb(220,057,038) !important;
    font-size: 15px !important;
}

.cookies_message {
    margin: 0px 21px 8px;
    width: 90%;
    background-color: rgb(251, 197, 169);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 7px rgb(251, 197, 169);
    text-align: center !important;
	color: rgb(220,057,038) !important;
    font-size: 14px !important;
}

.bsn_message {
    margin: 0px 21px 8px;
    width: 90%;
    background-color: rgb(251, 197, 169);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 7px rgb(251, 197, 169);
    text-align: center !important;
	color: rgb(220,057,038) !important;
    font-size: 13px !important;
}

.input_field {
	font-family: Arial;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    height: 25px;
}

.login_label {
	color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.changeUsername_label {
	color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.username_change_label {
	color: #FFFFFF;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.password_info_label {
	color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
	
#login div.submit{background:none;margin:1em 25px 2em; text-align:left;}
#changeUsername div.submit{background:none;margin:1em 25px 2em; text-align:left;}
#login div.submit label{float:none;display:inline;font-size:11px;}	
#changeUsername div.submit label{float:none;display:inline;font-size:11px;}

#login .button{	
	border:0;
	padding: 1px 10px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	color: rgb(220,057,038);
	text-shadow: rgb(220,057,038) 0 1px 0;
/*  	background: rgb(251, 197, 169); */
	background: #ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin-right: -20px;
}

#changeUsername .button{	
	border:0;
	padding: 1px 10px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	text-shadow:#111111 0 1px 0;
	background:rgb(220,057,038);
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin-right: -20px;
}

#login_info{    
	color: #FFFFFF;
	line-height: 1.1em;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#changeUsername_info{    
	color: #FFFFFF;
	line-height: 1.1em;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#login .error{
	margin-bottom: 1.2em;
    text-align: left;
}

#changeUsername .error{
	margin-bottom: 1.2em;
    text-align: left;
}

#sbzLogoImg{
	background-image: url(../../images/logos/sbz_logo_login.jpg);
	margin-top: 6px;
	background-repeat:			no-repeat;
}
#atalLogoImg{
	background-image: url(../../images/logos/atal_logo_login.png);
	margin-top: 6px;
	background-repeat:			no-repeat;
}

.forgot_password{
    float: left;
    font-size: 12.5px;
    line-height: 15px;
    margin: 0;
    position: absolute;
    top: -30px;
    right: 8px;
}

.new_registration{
	float: left;
    font-size: 12.5px;
   	line-height: 16px;
    margin: 0;
    position: absolute;
   	top: -50px;
    left: 8px;
}
