/* @override 
	http://localhost/hopchart2/assets/css/slide.css
	http://localhost/hopchart3/assets/css/overlay.css
	http://mbp.local/hopchart3/assets/css/overlay.css
	http://localhost/surestrike/assets/css/main.css
*/

/*
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
*/

/***** 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 {display: block;}

.panel_login_sector_fb{
	margin: 10px 0;
}


.overlay h1 {
	font-size: 1.4em;
	padding: 5px 0 10px;
	margin: 0;
	color: #4C4C4C;
}

.overlay h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: #fff;
}

#panel p {
	margin: 5px 0;
	padding: 0;
	color: #fff;
}

.overlay p.grey{
	color: #ccc;
}

.overlay a {
	text-decoration: none;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

.overlay .left {
	width: 250px;
	float: left;
	padding: 0 10px;
	color: #fff;
	margin-right: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	min-height: 250px;
}

.overlay .right {
	width: 250px;
	float: left;
	margin-left: 8px;
	padding: 0 10px;
	color: #fff;
	border: 1px solid #ccc;
	background-color: #fff;
	min-height: 250px;
}

.overlay .right span.note{
	color: #666;
	font-size: 12px;
	text-align: justify;
}

.overlay .right span.note a{
	color: #666;
}

.overlay .middle{
	width: 20px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.overlay .middle h3{
	padding: 0px;
	margin: 0px;
}

.overlay  label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 80px;
	color: #7F7F7F;
	display: inline;
	
}

.overlay select{
	margin-top: 5px;
	float: left;
}

.overlay input.field {
	border: 1px #ccc solid;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	height: 16px;
}

#panel .content input:focus.field {
	background: #eee;
}


#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}


div.overlay{     
  /* must be initially hidden */ 
  display:none; 
   
  /* place overlay on top of other elements */ 
  z-index:10000; 
   
  /* styling */ 
  background-color:#eee; 
   
  width:590px;     
  min-height:200px; 
  padding: 35px;
  border:1px solid #666; 
   
  /* CSS3 styling for latest browsers */ 
  -moz-box-shadow:0 0 90px 5px #000; 
  -webkit-box-shadow: 0 0 90px #000; 
}

div.overlay h3{
	color: #666;
	text-align: center;
}

div.overlay .close { 
  background-image:url(../images/close.png); 
  position:absolute; 
  right:-15px; 
  top:-15px; 
  cursor:pointer; 
  height:35px; 
  width:35px; 
}