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

*/       


#msg1 { font: 1em arial, helvetica, sans-serif; }

/***** clear *****/
.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;}
/* End hide from IE-mac */


/* Basic form styles */       
#login form ol { margin: 0px; padding: 0px; list-style-type: none; }  
#login form li { display: inline; padding: inherit; }       
#login form label { display: inline; font-weight: normal; } 
#login form em { color: default; background-color: default; }   
       
/* Input elements */
#login form input.text, form textarea { width: auto; }
#login form select { width: auto; }
#login form input.file { width: auto; }
#login form input { font-size: 12px; }



