/***** 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 */
#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
	right: 5%;
	z-index: 999;
	text-align: center;
	width: 288px;
}
#panel_login {
	width: 100%;
	height: 216px;
	color: #999999;
	background: #008ECF;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel_login h2 {
	font-size: 1.3em;
line-height: 0;
padding-top: 25px;
	margin: 0;
	color: white;
}
#panel_login p {
	margin: 5px 0;
	padding: 0;
}
#panel_login a {
	text-decoration: underline;
	color: white;
	font-size: 12px;
        line-height: 12px;
}
#panel_login a:hover {
	color: white;
}
#panel_login a-lost-pwd {
	display: block;
	float: left;
}
#panel_login .content {
	margin: 0 auto;
	padding: 5px 0 10px 0;
	text-align: left;
	font-size: 0.85em;
}
#panel_login .content .left {
	width: 229px;
	float: left;
	padding: 0 25px 0 25px;
	border-left: 1px solid #333;
}

#panel_login .content form {
	margin: 0 0 10px 0;
}
#panel_login .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#panel_login .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}
#panel_login .content input:focus.field {
	background: #545454;
}