
/*popup*/
#loginBox {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

#simplemodal-container a.modalCloseImg {background:url(../images/close_bt.png) top no-repeat; width:26px; height:26px; display:inline; z-index:3200; position:absolute; top:6px; right:10px; cursor:pointer;}
#simplemodal-container a.modalCloseImg:hover {background:url(../images/close_bt.png) bottom no-repeat; width:26px; height:26px; display:inline; z-index:3200; position:absolute; top:6px; right:10px; cursor:pointer;}

#login-header{
	background:url(../images/footer_bg.png);
	width:430px;
	text-align:left;
	font-weight:bold;
	height:40px;
	line-height:40px;
	font-family:'Cuprum',sans-serif;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding-left:10px;
	margin:0 auto;
	margin-bottom:15px;
}
#register-message{
	
}
.login-label{
	float:left;
	width:70px;
	color:#797b80;
	line-height:30px;
	height:30px;
	font-weight:bold;

}
.login-input{
	float:right;
	width:290px;
	margin-bottom:14px;
}
.login-input input{

}
.login-button{
	border-top: 1px solid #DDDDDD;
    padding-top: 10px;
}
.login-button input{
	background: url("../images/login_button.png") no-repeat scroll center top transparent;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: 'Cuprum',sans-serif;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    margin-left:105px;
    text-align: center;
    text-shadow: 0 -1px 0 #D7820E;
    text-transform: uppercase;
    width: 119px;
}
.login-button input:hover{
	background: url("../images/login_button.png") no-repeat bottom center;
}
.login-bottom-link{
    clear: both;
    margin: 0 auto 0 115px;
    padding: 10px 0 0;
    width: 300px;

}
.login-bottom-link li{
    float: left;
    list-style: disc inside none;
    margin-right: 14px;
    padding-bottom: 3px;
}
.login-bottom-link a,.login-bottom-link a:visited{
	font-size:11px;
}
.login-bottom-link a:hover{
	text-decoration:none !important;
}
#login_error{
	color:#ff0000;
	padding-bottom:5px;
	font-size:11px;
}

ul.logged{
	background:#212121;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;	
	padding-left:5px;
	
}
ul.logged li a.panel_open{
	background:url(../images/panel_open.png) no-repeat !important;
	width:11px !important;
	height:8px !important;
	float:left;
	margin-left: 11px;
    margin-top: 9px;
}
