/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/

/* Login Panel */
.loginbtnbar {
  	background: url(../images/login_top.gif) repeat-x 0 0;
	height: 2px;
	position: relative;
	z-index:100000;
}


.loginbtnbar .droplogbtn{
	position:absolute;
	top:2px;
	right:15px;
	outline:none;
	}

#topcontainer{                        /*New div */
	background: #CB9E5B;
	width:auto;
	}
.login11 {
	width:998px;	
	margin:auto;
}
.loginbox {
	width:998px;
	color: #ffffff;
	background: #CB9E5B;
	overflow: hidden;
/*	position: relative;
*/	z-index: 3;
}

.loginbox a {
	text-decoration: none;
	color: #FFEF6F;
}

.loginbox a:hover {
	color: #ffffff;
}

.loginbox .loginContent {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	padding-left: 110px;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

.loginbox .loginContent .left {
	width: 200px;
	float: left;
	padding-left: 75px;
	font-size: 0.95em;
}

.loginbox .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 92px;
	font-size: 0.95em;
}

.loginbox .loginContent form {
	margin: 0 0 15px 0;
	height: 26px;
	position:relative;
}
.loginbox .loginContent input.button_login {
	width: 50px;
	height: 21px;
	cursor: pointer;
	border: none;
	background: transparent url(../images/button_login.gif) no-repeat;
	position:absolute;
	right:130px;
	top:4px;
}

.loginbox .loginContent input.field {
	font-family:Arial, Helvetica, sans-serif;
	border: 1px #e5e5e5 solid;
	font-size:100%;
	background: #ffffff;
	margin-right: 5px;
	margin-top: 4px;
	color: #000000;
	height: 17px;
	padding:1px;
	width:170px;
}

.loginbox .loginContent input:focus.field {
}

.loginbox .loginContent .left .rememberme {
	border: none;
	background: transparent;
	margin-top: 12px;
	padding: 0 0 0 0;
	display:block;
}



a img {
  border: none;/*remove border for linked images*/
}

/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size:0px;
	display:block;
}

