/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 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: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
	/* Backgrounf here if I want to add the grey line.....*/
	background: #707174;
	height: 6px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: left;
  	clear: right;
  	height: 2px;
	width: 93px;
	margin: 0;
	left: 520px;
}


.tab ul.login li {
 	text-align: left;
  	width: 93px;
	display: block;
	float: left;
	height: 4px;
  	background: none; /*HERE I CAN ADD THE BG FOR THE CONTACT BUTTON  url(../images/tab_m.png) (( IMPORTANT -->> ((repeat-x 0 0))  <-- IMPORTANT)) */
}

.tab ul.login li a {
	color: #847C79;
	font-weight: normal;
	float: left;
	margin-top: -11px;
	margin-left: 1px;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#847C79}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 0px !important;
	padding-left: 0px !important;
	cursor: pointer;
	text-align: center;
	display: block;
	position: relative;
	top: 11px;
}


/*
Tab contact with image on the left side
.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}
*/

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 604px;
    z-index: 999;
    text-align: center;
    margin-left: 197px;
}

#panel {
	width: 597px;
	height: 630px;
	border-left: 5px solid #707174;
	border-right: 5px solid #707174;
	color: #847C79;
	background: url(../../assets/panel-bg.png);
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: #847C79;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: #847C79;
}

#panel p {
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
}

#panel a {
	text-decoration: none;
	color: black;
}

#panel a:hover {
	color: #8CC63F;
}

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

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 35px;
	text-align: left;
}

#panel .content .left-left {
	width: 280px;
	float: left;
	padding: 0 48px;
}

#panel .content .left-right {
	width: 191px;
	float: left;
	padding: 0 15px;
	margin: 322px 0 0;
}


#location-map-panel{
	float: left;
	width: 92px;
	height: 82px;
	margin: 0 70px 0px 0;
}
#location-map-panel a{float: left; width: 92px; height: 82px;margin: 0 70px 0px 0; background: url(../../assets/location-map.png) no-repeat; }
#location-map-panel a:hover{background: url(../../assets/location-map2.png) no-repeat; } /* <---CHANGE HERE FOR BACKGROUND ROLLOVER FLimzy !! */


#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 15px;
	clear: both;
	width: 90px;
	display: block;
	font-size: 12px;
}

#panel .content label.grey-message {
	float: left;
	padding-top: 30px;
	clear: both;
	width: 180px;
	display: block;
	font-size: 12px;
}

#panel .content input.field {
	border: none transparent;
	border-bottom: 1px dotted #000;
	background: none;
	margin-right: 5px;
	margin-top: 4px;
	width: 178px;
	color: #847C79;
	padding: 5px 0 0 5px;
	height: 16px;
}

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

#panel .content textarea{
	float: left;
	width: 250px;
	height: 176px;
	margin-top: 10px;
	border: 1px dotted #000;
	background: none transparent;
	padding: 10px;
	overflow:hidden;
	color: #847C79;
}

#panel .content textarea:focus.field {
	background: #fff;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: right;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	color: #847C79;
	margin: 10px 0px 0 30px;
	font-size: 15px;
}

#panel .content input.bt_login {
	width: 94px;
}

#panel .content input.bt_register {
	color: #000;
	background: none;
	float: right;
}

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

