#reg1 img {
	position: absolute;
	top: 18px;
	left: 55%;
	display: block;
}
.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;
        position:relative;
        top:-50px;
        left:40px;
}
.log a{
	background:url(../../common/images/headerLogInBtn.png) no-repeat 0 0;
	width:91px;
	height:27px;
	float:right;
	margin:0px 39px 0px 0px;
        cursor:auto;
}
.logWrap{
	position: relative;
	top: -24px;
	left: -3px;
        
}
.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: #575e69!important;
	width: 250px;
	float: right;
	clear: right;
	padding: 12px;
	color: #FFF;
	border-radius: 4px;
	border: 1px solid transparent;
}
.panel a{
    color:#FFF;
    text-decoration: none;
}
.panel a:hover{
    color:#CCC;
}
.panel .loginType label{
	font-weight:normal;
}
.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;
}
#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;
} 

.panel  ul li.loginType label {
	display:inline;
}     

.panel .loginFields, .panel .loginType {
	margin-bottom: 0px;
	list-style: none;
	margin-left: -25px;
}

.panel .loginFields input{
	width:95% !important;
	margin-bottom:0px;
}           

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.error {
	border:1px solid red;padding:5px;background:pink;color:red;
}

