/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/

/***** 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: 93px;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: none;
	box-shadow: 0px 4px 10px #000000, inset 0px 2px 7px 4px #000000;
	-moz-box-shadow: 0px 4px 10px #000000, inset 0px 2px 7px 4px #000000;
	-webkit-box-shadow: 0px 4px 10px #000000, inset 0px 2px 7px 4px #000000;
	-o-box-shadow: 0px 4px 10px #000000, inset 0px 2px 7px 4px #000000;
	border-top:1px solid black;
	border-bottom:1px solid #707070;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
	font-size:12px;
}

#panel .content input.field {
	border-top: 1px #000000 solid;
	border-bottom: 1px #414141 solid;
	border-right: none;
	border-left:none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #414141;
	box-shadow:inset 0px 2px 8px #020202,inset 0px -1px 1px #020202;
	-webkit-box-shadow:inset 0px 2px 8px #020202,inset 0px -1px 1px #020202;
	-moz-box-shadow:inset 0px 2px 8px #020202,inset 0px -1px 1px #020202;
	-o-box-shadow:inset 0px 1px 8px #020202,inset 0px -1px 1px #020202;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	height: 21px;
	color: white;
}

#panel .content input:focus.field {
	background: #ffffff;
	color: black;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 25px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-size:12px;
	margin: 10px 0;
	line-height:24px;
	box-shadow: 0px 2px 2px -1px #000000;
}

#panel .content input.bt_login,#panel .content input.bt_register {
	width: 80px;
	color:#002693;
	font-weight:bold;
	text-shadow:0 1px 0px #93daff;
	background-color: rgb(77, 144, 254);
	border-radius: 3px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-color:1px solid rgb(47, 91, 183);
	}
#panel .content input.bt_login:hover,#panel .content input.bt_register:hover  {
	width: 80px;
	color:#00134a;
	font-weight:bold;
	text-shadow:0 1px 0px #7cbaff;
	background-color: #2c81ff;
	box-shadow: inset 2px 2px 4px 0px #2051a1,inset -2px -2px 4px 0px #2051a1;
	-webkit-box-shadow: inset 2px 2px 4px 0px #2051a1,inset -2px -2px 4px 0px #2051a1;
	-moz-box-shadow: inset 2px 2px 4px 0px #2051a1,inset -2px -2px 4px 0px #2051a1;
	-o-box-shadow: inset 2px 2px 4px 0px #2051a1,inset -2px -2px 4px 0px #2051a1;
	border-color:3px solid #2c81ff;
	border-top:1px ssolid #000000;
}
/* placeholder */
::-webkit-input-placeholder  { 
	color: #9d9d9d; 
	font-style: italic;
	font-size:10px;
	left:3px;
}

:-moz-placeholder{ 
	color:#9d9d9d;
	font-style: italic;
	font-size:10px;
	left: 3px;
	} 

.overcont{
position:absolute;height:200%;width:100%;
}

.overlayR{
width:100%;
height:100%;
background-color:#000000;
background: url(../IMG/overlay10.png) repeat;
opacity:1;
position:relative;
z-index:1;
display:block;
}


