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

/* Panel Tab/button */
.tab {
  	background: url(../images/cv_login.png);
	background-repeat:no-repeat;
	height: 45px;
	position: relative;
    top: 0;
    z-index: 999;
	width:430px;
	margin-left:95%;
	margin-top:-5px;
	padding-left:105px;
}



.tab ul.login li.left {
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
}

.tab ul.login li a {
	color: #000;
	text-decoration:none;
}

.tab ul.login li a:hover {
	color: white;
	text-decoration:underline;
}

.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: 150px;
	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 -20px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -20px;}

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

#panel {
	width: 420px;
	height: 250px;
	color: #999999;
	background: #f19552;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	margin-left:95.8%;
	box-shadow: 0px 0px 5px 2px #888888;
	border-left:solid 1px #888888;
	border-right:solid 1px;
	border-radius:10px;
}

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

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

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

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

#panel a:hover {
	color: white;
}

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

#panel .content {
	width: 430px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

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

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

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

#panel .content label {

}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

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


			#login1{
				float:left;
				width:238px;
				margin-left:75px;
				color:#000;
			}
			.eisodos1{
				font-size:30px !important;
				font-family:Calibri;
			}
			#radio{
				font-size:17px;
				color:#444;
				font-family:Calibri;
				width:100px !important;
				cursor:pointer;
			}
			
			#login1 input[type=radio]{
			}
			#login1 input[type=text], #login1 input[type=password]{
				border:solid 1px #777777;
				background-color:#fff;
				border-radius:13px;
				-moz-border-radius:13px; /* Firefox 3.6 and earlier */
				width:229px;
				height:32px;
				margin-bottom:10px;
				margin-top:5px;
				font-size:18px;
				font-family:Calibri;
				color:#a2a3a3;
				padding-left:5px;
				outline-style:none;
				float:left;
			}
			#login1 input[type=submit]{
				border:solid 1px #2d3091;
				background-color:#2d3091;
				border-radius:6px;
				-moz-border-radius:6px; /* Firefox 3.6 and earlier */
				width:73px;
				height:29px;
				font-size:12px;
				color:#fff;
				float:right;
				text-align:center;
				cursor:pointer;
			}
			#login1 input[type=submit]:hover{
				border:solid 1px #f15a29;
				background-color:#f15a29;
			}
			#login1 input[type=checkbox]{
				float:left;
				
			}
			.remember1{
				font-size:13px !important;
				width:90px;
				float:left;
				margin-left:5px;
			}
			.remember1 a{
				text-decoration:none;
				color:#000;
			}
			.remember1 a:hover{
				text-decoration:underline;
			}