/* Overlay */
#simplemodal-overlay {background-color:#000;}
#simplemodal-container{
	width:400px;
	height:400px;
}
#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:8px; 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:8px; right:10px; cursor:pointer;}

.btl-content-block{
	background: none repeat scroll 0 0 #FFFFFF;
  	border:solid 3px #e57508; 
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    color: #333333;
    display: none;
    height: auto;
    overflow: hidden;
    text-align: left;	
	font-size:12px;
}
.btl-content-block h3{
	background:url(../images/footer_bg.png);
	text-align:left;
	font-weight:bold;
	font-family:'Cuprum',sans-serif;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding-left:10px;
	margin:0 auto;
	margin-bottom:15px;

}

.btl-input input[type=text],
.btl-input input[type=password]{
	border:none;
	background:url(../images/input_bg.png) no-repeat center left;
	height:43px;
	line-height:43px;
	padding-left:10px;
	color:#5D5D5D;
	width:290px;
}
.login-bottom-link{
    clear: both;
    margin: 5px auto 10px 106px;
    overflow: auto;
    padding: 4px 0 0;

}
.btl-input-remember {
	margin: 7px 0 7px 113px;
}
.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;
}
#btl .btl-panel{
	overflow:hidden;
	float: right;
    margin-top: 10px;
    margin-right:5px;

}
#btl .btl-panel > #btl-panel-profile{
    float: right;
    margin-right: 5px;
    background:#212121 url("../images/panel_open.png") no-repeat scroll 92% 50% !important;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;	
	padding-left:10px;
	display: block;
  	clear: right;
  	height: 25px;
	width: auto;
  	font-weight: normal;
  	text-transform:none;
	line-height: 25px;
  	color: #bfbfbf;
	text-align: center;
	padding-right: 30px;
	line-height:25px;
}
#btl .btl-panel > span{
	color: #fff;
	background:url(../images/login_btt.png) no-repeat;
	display:block;
	line-height:25px;
	border:none;
    outline:none;
    font-weight: bold;
	width:79px;
	height:25px;
	text-transform:uppercase;
	font-family:'Cuprum',sans-serif;
	font-size:16px;
	text-align:center;
}
.login_pre_text{
	 margin-left: 10px;
}
#btl .btl-panel > span:hover{
	cursor: pointer;
}
.btl-error{
	display:none;
}
.btl-field{
	overflow:hidden;
}
.btl-label{
	float:left;
	margin-left:15px;
}
.btl-input{
	float:right;
	margin-right:15px;
}
.btl-label{
	padding-top:15px;
}
.clear{
	clear:both;
}
.btl-error{
	color: #FF0000;
	margin-left:15px;
	padding:4px 0 10px 0;
}
.btl-note{
	margin-left:15px;
	padding:10px 0;
}

input.btl-buttonsubmit,
button.btl-buttonsubmit{
    	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:113px;
    text-align: center;
    text-shadow: 0 -1px 0 #D7820E;
    text-transform: uppercase;
    width: 119px;
}
input.btl-buttonsubmit:hover,
button.btl-buttonsubmit:hover{
	background: url("../images/login_button.png") no-repeat bottom center;
}
div.btl-buttonsubmit{
	border-top: 1px solid #DDDDDD;
    padding-top: 10px;
}

#btl-panel-login{
	border:1px solid #dadada;
	border-right:none;
	border-radius:2px 0px 0px 2px;
}
#btl-panel-registration{
	border:1px solid #dadada;
	border-left:1px solid #d9d9d9;
	border-radius:0px 2px 2px 0px;
}

#btl-content > .btl-content-block{
	margin-top:2px;
	right:10px;
	position:absolute;
	z-index:999;
}
#btl-content #btl-content-login{
	width:209px;
}

#btl-content #btl-content-registration{
	width:310px;
}
#btl-content .btl-content-block .btl-note{
	display:none;
}
#btl-content .btl-content-block h3,

#btl-content .btl-content-block .btl-label{
	margin-left:10px;
}
#btl-content #btl-content-login .btl-input{
	margin-left:10px;
	margin-right:0px;
	float:left;
}
#btl-content .btl-content-block h3{
	background:none;
    font-weight: normal;
    line-height: 41px;
	margin:0px 10px 10px 10px;
    padding: 0px;
	text-transform: uppercase;
	font-size:18px;
	border-bottom:1px dotted #c4c4c4;
	color:#515151;

}
#btl-content div.btl-buttonsubmit{
	margin-left:10px;
	text-align:left;
	padding:10px 0px 0px 0px;
}
#btl-content #btl-content-login .btl-label {
	padding-top:0px;
}


/* CSS FOR USER PROFILE MODULE**/
#btl-content{
	clear: both;
    margin: 0 auto;
    overflow: auto;
    padding-top: 12px;
    width: 980px;
}
#btl-content-profile {
	float: right;
    margin-right: 5px;
    	width:180px;
	background:#212121;
	position: relative;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	z-index: 300;
	display:none;
	overflow:hidden;
	float:right;
	top:-10px;
}
#btl-content  #btl-content-profile h3{
	color:#627905;
	margin:0px;
}
#btl-content-profile > div {
   float: left;
    margin: 5px 0 0;
    overflow: hidden;
    width: 200px;
}
#btl-content-profile ul.menu{
	padding: 0px;!important;
	margin:0px!important;
	position:static;
	background:none!important;
	border:none!important;
}
#btl-content-profile ul.menu li {
 	list-style: none outside none;
    padding: 0;
}
#btl-content-profile ul.menu li a {
    background:url(../images/arrow.png) 10px center no-repeat ;
	color:#929292;
	border-bottom:solid 1px #282828;
	height:30px;
	line-height:30px;
	width:100%;
	display:block;
	padding-left:25px;
	margin-left:0;
}
#btl-content-profile ul.menu li a:hover{
	background:#121212 url(../images/arrow_h.png) 10px center no-repeat;
	color:#E15E07;
}
#btl-content-profile .btl-logout button{
	color: #fff;
	background:url(../images/login_btt.png) no-repeat;
	display:block;
	line-height:25px;
	border:none;
    outline:none;
    font-weight: bold;
	width:79px;
	height:25px;
	text-transform:uppercase;
	font-family:'Cuprum',sans-serif;
	font-size:16px;
	text-align:center;
	float:right;
	margin:6px;
	margin-right:30px;
}
#btl-content-profile .btl-logout button:hover{
	cursor :pointer;
}
#btl-content-profile div.btl-buttonsubmit{
	clear:both;
	margin-bottom:10px;
	width:auto;
}