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

*/

/* toggle effect - show/hide login*/
#login {
	width: 90%;
	background: #F1F1F1; /*#1E1E1E;*/
	color: #1E4F80;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	margin-top: 5px;
}

#login .loginContent {
	width: 750px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align: left;
	font-size: 0.85em;
	text-align: center;
}

#login .loginContent form label {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #2681AF;
}

#login .loginContent input.inp {
	height: 12pt;
	border: 1px #2681AF solid; /*1px #1A1A1A solid;*/
	background: #FFFFFF;
	margin-right: 5px;
	margin-top: 4px;
	color: #343434;
}

/* toggle effect - show/hide Market Research*/
#mresearch {
	width: 90%;
	background: #FFF; /*#1E1E1E;*/
	color: #1E4F80;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	margin: 5px 0 0 10px;
	padding: 5px 5px 5px 5px;
}

/* toggle effect - show/hide Customer Support*/
#csupport {
	width: 90%;
	background: #FFF; /*#1E1E1E;*/
	color: #1E4F80;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	margin: 5px 0 0 10px;
	padding: 5px 5px 5px 5px;
}

/* toggle effect - show/hide Product*/
#product {
	width: 90%;
	background: #FFF; /*#1E1E1E;*/
	color: #1E4F80;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	margin: 5px 0 0 10px;
	padding: 5px 5px 5px 5px;
}