
.reg{
	text-indent:-9999em;
}
.reg a{
	background:url(../images/headerRegBtn.png) no-repeat 0 0;
	width:70px;
	height:28px;
	float:right;
	margin:15px 0 0 0;
}
.reg a:hover{
	background-position: 0 -28px;
}


/* Log In Menu */
.log{
	text-indent:-9999em;
}
.log a{
	background:url(../images/headerLogInBtnBlk.png) no-repeat 0 0;
	width:91px;
	height:27px;
	float:right;
	margin:0px 39px 0px 0px;
        cursor:auto;
}
.logWrap{
	float:right;
	margin:27px -91px 0px 0px;
        
}
.btn-slide{
	background:url(../images/headerLogInArrows.png) no-repeat 0 0;
	width:8px;
	height:8px;
	float:left;
}
.logInTop{
	background:url(../images/headerLogInTop.png) no-repeat;
	width:234px;
	height:4px;
	display: none;
	float:right;
	margin:5px 30px 0;
	clear:right;
}
.panel{
    background:#000 none no-repeat scroll 0 0;
	width:210px;
	float:right;
	clear:right;
	padding:12px;
        color:#FFF;
}
.panel a{
    color:#FFF;
    text-decoration: none;
}
.panel a:hover{
    color:#CCC;
}
.panel label{
	font-weight:bold;
}
.panel input#username, .panel input#password {
	width:205px;
}
.active{
    background-position: right 12px;
}
.panel li{
	margin-bottom:10px;
}
.panel p{
	font-size:10px;
	margin-bottom:5px;
}
.panel table{
	border:0px;
	width:100%;	
}
.panel table td{
	vertical-align:middle;
}
#login_btn{
	background:#EDEDED;
	width:66px;
	height:24px;
	border:1px solid #000;
    color:#000;
    font-size:13px;
    font-family:arial;
    font-weight:bold;
    float:right;
}
#login_btn:hover{
	background:#DDD;
}
.panel input#remember{
	width:20px;
	margin-left:-5px;
}
.logInBottom{
	background:url(../images/headerLogInBottom.png) no-repeat;
	width:234px;
	height:5px;
	display: none;
	float:right;
	margin-right:30px;
	clear:right;
}

.regInTop{
	background:url(../images/headerLogInTop.png) no-repeat;
	width:234px;
	height:4px;
	display: none;
	float:right;
	margin:5px 115px 0;
	clear:right;
}
.panel2{
    background:#d5d5d5 none no-repeat scroll 0 0;
	width:210px;
	display: none;
	float:right;
	clear:right;
	margin-right:115px;
	padding:12px;
}
.panel2 label{
	font-weight:bold;
}
.panel2 input#username, .panel2 input#password {
	width:205px;
}
.active{
    background-position: right 12px;
}
.panel2 li{
	margin-bottom:10px;
}
.panel2 p{
	font-size:10px;
	margin-bottom:5px;
}
.regInBottom{
	background:url(../images/headerLogInBottom.png) no-repeat;
	width:234px;
	height:5px;
	display: none;
	float:right;
	margin-right:115px;
	clear:right;
}

