/*
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 */
#top {
  	background: url(../images/tab_b.png) repeat-x 0 0;
  	width:100%;
	height: 38px;
	position: absolute;
	text-align: center;
}

#top ul.novice {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 40px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(../images/tab_r.png) no-repeat right 0;
	padding-right: 30px;
	text-decoration: none;
}

#top ul.novice li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 38px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.novice li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

#top a {
	text-decoration: none;
	color: #DADADA;
	
}

#top a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/
#novice {
	text-shadow: 0px 0px #ff6042;
	width: 100%;
	color: white;
	background: #272727;
	//background: #826800 ;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#novice a {
	text-decoration: none;
	color: #DADADA;
}

#novice a:hover {
	color: white;
}

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

#novice .noviceContent {
	width: 600px;
	height: 100px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

#novice .noviceContent .left {
	width: 150px;
	float: left;
	padding-left: 0 15px;
	font-size: 0.95em;
}

#novice .noviceContent .center {
	width:350px;
	height: 80px;
	float:left;
	margin-left: 40px;
	padding-left: 10px;
	border-left:  solid 2px #DADADA;
	
}

#novice .noviceContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#novice .noviceContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#novice .noviceClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 30px;
	font-size: 0.8em;
	text-align: left;
}

#novice .noviceClose a {
	display: block;
	width: 100%;
	height: 30px;
	background: url(../images/closecircle.png) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

