/*
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 {
/*  	background: url(images/tab_b.png) repeat-x 0 0;  */
	height: 42px;
	position: relative;
	margin-top: -4px;
/*    top: 0;  */
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin-top: -2px;
	margin: 0;
	right: 0px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 26px;
	padding: 0;
	margin-top: -2px;
/*	margin: 0;  */
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin-top: -2px;
/*	margin: 0;  */
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
	margin-top: -2px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #FF9E40;
/*  replaced #15ADFF  */
}

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

.tab .sep {color:#414141}
/*  .tab .sep {color:#414141}  */

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.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: 100%;
	margin-left: 0px;
    z-index: 999;
    text-align: center;
/*    margin-left: auto;
    margin-right: auto;  */
}

#panelslide {
	width: 100%;
	height: 280px;
	margin-left: 0px;
	color: #999999;
	background: #020466;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panelslide h1 {
	font-size: 18px;
/*	font-size: 1.6em;  */
	padding: 5px 0 5px;
	margin: 0;
	color: #FF9E40;
}

#panelslide h2{
	font-size: 15px;
	font-weight: 700;
	padding: 10px 0 5px;
	margin: 0;
	color: #FFFFFF;
}

#panelslide p {
/*	font-weight: 500;  */
	margin: 5px 0;
	padding: 0;
	color: #FFFFCC;
	font-weight: 600;	
}

#panelslide a {
	text-decoration: none;
	color: #15ADFF;
}

#panelslide a:hover {
	color: white;
}

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

#panelslide .content {
	width: 900px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: .85em;
}

#panelslide .content .left {
	width: 315px;
	float: left;
	padding: 0 10px;
	border-left: 1px solid #FF9E40;
/*	border-left: 1px solid #333;  */
}

#panelslide .content .middle {
	width: 188px;
	float: left;
	padding: 0 10px;
	border-left: 1px solid #FF9E40;
}

#panelslide .content .right {
	width: 330px;
	border-right: 1px solid #FF9E40;
}

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

#panelslide .content label {
	float: left;
	padding-top: 2px;
	clear: both;
	width: 200px;
	display: block;
	color: #FFFFFF;
}

#panelslide .content input.field {
/*	float: left;
	display: block;  */
	border: 1px #C0C0C0 solid;
	background: #C0FFFF;
/*	background: #414141;  */
	margin-right: 5px;
	margin-top: 4px;
	width: 180px;
	color: #000080;
	height: 16px;
}
#panelslide .content label1 {
	float: left;
	padding-top: 2px;
	clear: both;
	width: 160px;
	display: block;
	color: #FFFFFF;
}

#panelslide .content input.field1 {
	border: 1px #C0C0C0 solid;
	background: #C0FFFF;
/*	background: #414141;  */
	margin-right: 5px;
	margin-top: 4px;
	width: 160px;
	color: #000080;
	height: 16px;
}

#panelslide .content label2 {
	float: left;
	padding-top: 2px;
	clear: both;
	width: 2000px;
	display: block;
	color: #FFFFFF;
}

#panelslide .content input:focus.field {
/*	background: #66CCFF; */
	background: #80FFFF;
}

#panelslide .content textarea.field {
	border: 1px #C0C0C0 solid;
/*	border: 1px #1A1A1A solid;  */
	background: #C0FFFF;
/*	background: #414141;  */
	margin-right: 5px;
	margin-top: 4px;
	width: 300px;
	color: #000080;
	height: 40px;
}

#panelslide .content textarea:focus.field {
/*	background: #66CCFF; */
	background: #80FFFF;
}

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

#panelslide .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}

#panelslide .content input.bt_register {
	width: 94px;
	top: 179px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
} 

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

/*  This is the CSS for the "ASK US" form.  */

#contact_form			{ width:320px; margin:0 auto; height:190px; padding:0px 0; /* border: dotted; */
						background: transparent url(../images/form_bg.png) no-repeat; 
                        position:relative;}  */
/*  form fieldset				{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.2em;
							margin:0px 0px 5px 0px; width:250px; position:relative;
							border:dashed; display:block; padding: 0px 10px 8px; }  */

label					{ font-size:90%; font-weight: bold; display:block; float:left; /*width:10em;*/ text-align:right;
						margin:.2em .2em 0 0; color:#FFFFFF; padding:8px 0px; }
label.error           	{ font-weight:normal;color:#FF9E40;text-align:left;width:280px; padding-left:20px;
                        background: transparent url(../images/cancel.png) no-repeat scroll left; }

/*  BEGINNING ERROR CSS FOR LOGIN  */

input.field			{ width:80px;margin:0px;padding:0px 0;color:#333; }
input.field1		{ width:80px;margin:0px;padding:0px 0;color:#333; }						


label#log_label      { position:relative; top:0px; left:0px; }
input#log            { position:relative; top:0px; left:0px; height:17px; }
label#log_error      { position:relative; top:0px; left:0px; font-weight: bold; }

label#pwd_label     { position:relative; top:0px; left:0px; }
input#pwd           { position:relative; top:0px; left:0px; height:17px; }
label#pwd_error     { position:relative; top:0px; left:0px; font-weight: bold; }

/*  END ERROR CSS FOR LOGIN  */

/*  BEGINNING ERROR CSS FOR ASK US  */

input.text-input		{ width:180px;margin:0px;padding:0px 0;color:#333; }
input.text-input1		{ width:210px;margin:0px;padding:0px 0;color:#333; }						
textarea.text-input 	{ width:310px;margin:0px;padding:0px 0;color:#333; }


label#name_label      { position:absolute; top:-3px; left:0px; }
input#name            { position:absolute; top:20px; left:0px; height:17px; }
label#name_error      { position:absolute; top:-3px; left:40px; color:#FF9E40; font-weight: bold; }

label#email_label     { position:absolute; top:42px; left:0px; }
input#email           { position:absolute; top:62px; left:0px; height:17px; }
label#email_error     { position:absolute; top:42px; left:40px; color:#FF9E40; font-weight: bold; }

label#message1_label     { position:absolute; top:84px; left:0px; }
textarea#message1        { position:absolute; top:106px; left:0px; height:35px; }
label#message1_error     { position:absolute; top:84px; left:55px; color:#FF9E40; font-weight: bold; }

/*  END ERROR CSS FOR ASK US  */

/*  BEGINNING ERROR CSS FOR PRESET  */

input.field			{ width:80px;margin:0px;padding:0px 0;color:#333; }
input.field1		{ width:80px;margin:0px;padding:0px 0;color:#333; }						


label#preset_label      { position:relative; top:0px; left:0px; }
input#preset            { position:relative; top:0px; left:0px; height:17px; }
label#preset_error      { position:relative; top:0px; left:0px; font-weight: bold; }

/*  END ERROR CSS FOR PRESET  */

input.button					{ position:absolute; top:160px; left:0px; padding:1px 1px; width: 80px;
                       			 height:22px;border:1px solid #fff; margin:5px 0px 0px 0px; 
								 cursor:pointer;color:#000080; 
								 font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
												background:#FF9E40; -moz-border-radius:10px; }  */

/*  input.button					{ position:absolute; top:140px; left:120px; padding:3px 6px; width: 94px;
                        border:2px solid #fff; margin:20px 0px 0px 0px; color:#3D7169; 
												font-family:Verdana, Arial, Helvetica, sans-serif;
												background: transparent url(images/bt_register.png) no-repeat 0 0;
											 	-moz-border-radius:5px;  }  */

#message						{ position:relative; width:300px; height: 190px; margin:50px 0 0 100px; }
#message h2						{ font-size:150%; color:white;   margin:10px 0 0 80px;  }
#message p						{ font-size:12px; color:white; font-weight:bold; margin:6px 0 0 85px; }
#checkmark						{ position:relative; top:6px; left:120px; }

/*  End of the CSS for the "ASK US" form.  */


