/*
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/login_top.jpg) repeat-x 0 0;
	height: 38px;
	position: relative;
}
/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	margin-top: 10px;
        margin-bottom: 10px;
}

#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: white;
}
#login .portfolioContent {
	width: 940px;
	height: 675px;
	margin: 0 10px 10px;
	text-align: center;
}
