/*
Name: Sliding Login Panel with mootools 1.2
Author: daiv mowbray
Author URI: http://wp-superslider.com/
Date: may 31, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix{display: block;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;    
    margin: 0px auto;
}
#loginpanel {
    display:none;
	background: #272727;
	color: #999999;
	width: 100%;
}
.tab_corner, #panel_bottom{ display: none;}
#loginpanel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	color: white;
	text-align: left;
	padding-left: 32px;
	background-image: url(../logo_mini.png);
	background-repeat: no-repeat;
	background-position: left 50%;
}
#loginpanel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	color: #f9f9f9;
	margin: 0;
}
#loginpanel p {
	margin: 5px 0;
	padding: 0;
	color: silver;
}
#loginpanel a {
	color: #15ADFF;
}
#loginpanel a:hover {
	color: white;
}
#loginpanel a-lost-pwd {
	display: block;
	float: left;
}
#loginpanel ul {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6em;
	list-style: disc;
}
#loginpanel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}
#loginpanel .second {
	float: left;
	margin-bottom: 10px;
	padding: 0 15px;
	border-right: 1px solid #333;
	min-height: 220px;
	min-width: 100px;
	max-width: 210px;
}
#loginpanel .first {
	border-left: 1px solid #333;
	width: 280px;
}
#loginpanel .content label {
	padding-top: 8px;
	display: block;
}
#loginpanel .content input.field {
	border: 2px #999 inset;
	background: #414141;
	margin: 4px 0px 0 0;
	color: white;
	padding: 3px ;
}
#loginpanel .content input:focus.field {
	background: #545454;
}
/* BUTTONS */
.bt_login, .bt_register {
	cursor: pointer;
	font-weight: bold;
	padding: 2px 10px;
	margin: 20px 0px;
	background: transparent url(images/bt_back.jpg) repeat-x 0 0;
	border: 1px outset gray;
}

.bt_login:hover, .bt_register:hover{
	background-position: 0 -30px;
}
/* Panel Tab/button */
.logintab {
  	background: url(images/top_tab.png) repeat-x 0px -88px !important;
	height: 36px;
	position: relative;
    top: 0px; /* make more or less visible the top bar */
    z-index: 999;
}
.logintab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	line-height: 42px;
	margin: 0;
	right: 10px;
  	color: white;
}
.login li {
  	background: url(images/top_tab.png) repeat-x 0px -57px !important;
  	background: url(images/top_tab.gif) repeat-x 0px -57px;
  	height: 40px;	
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.login li.ss_right {
  	background: url(images/top_tab.png) no-repeat right 0px !important;
  	background: url(images/top_tab.gif) no-repeat right 0px;
  	width: 25px;
}
.login li.ss_left {
  	background: url(images/top_tab.png) no-repeat left 0px !important;
  	background: url(images/top_tab.gif) no-repeat left 0px;
  	width: 25px;
}
.logintab a {
	color: #15ADFF;
	cursor: pointer;
	margin: 0px 10px;
}
.logintab a:hover {
	color: #fff;

}
.logintab .sep {color:#414141}

/* css for the MailPress plugin */
div.MailPress div.mp-loading, div.MailPress div.mp-message  {
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
}