
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}


/* sliding panel */
#login_wrap {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 500;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#login_slide_panel {
	width: 100%;
	height: 180px;
	color: #ffffff;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	border-bottom: 1px solid #ffffff;
}

#login_slide_panel .heading {
    font-family: Georgia;
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#login_slide_panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#login_slide_panel p {margin: 5px 0; padding: 0;}

#login_slide_panel a-lost-pwd {display: block; float: left;}

#login_slide_panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}

#login_slide_panel .content .signup {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#login_slide_panel .content .login {
float: left;
padding: 0 15px;
border-left: 1px solid #333;
}

ul#login_form {
overflow: hidden;
margin: 0 0 10px 0;
padding: 0px;
list-style: none;
}

ul#login_form li#enter_email,
ul#login_form li#enter_password {
width: 220px;
}

ul#login_form li {
float: left;
margin: 0px;
padding: 0px;
vertical-align: bottom;
}

ul#login_form li label {
	clear: both;
	width: 200px;
}

ul#login_form li input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

ul#login_form li input:focus.field {background: #545454;}

ul#login_form li .loginbtn {margin-top: 17px;}

ul#login_form li span.login_validator {display: block;color: Red;}

ul#login_form li .forgot_pwd {
	display: block;
	margin: 10px 0px;
}

/* Panel Tab/button */

.tab {
  	/*background: url(../Images/LoginSlide/tab_b.png) repeat-x 0 0; */
	height: 42px;
	position: relative;
    z-index: 501;
    margin-top: -7px;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../Images/LoginSlide/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../Images/LoginSlide/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../Images/LoginSlide/tab_m.png) repeat-x 0 0;
  	line-height: 42px;
}
.tab .sep {color:#414141}

.tab a.open, .tab a.close, .tab a.loggedin {
	height: 22px;
	line-height: 22px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 87px;
	position: relative;
	top: 11px;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-family: Georgia;
}

.tab a.open {background: url(../Images/LoginSlide/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../Images/LoginSlide/bt_close.png) no-repeat left 0;}
.tab a.loggedin {background: url(../Images/LoginSlide/bt_loggedin.png) no-repeat left 0;}
