/*
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/

*/

html, body {border: 0; margin: 0; padding: 0;}
BODY {
   color:black;
   background-color:#FFFFFF;
   font-family: Segoe UI, 'Segoe UI', Calibri, Verdana, Arial;
   font-size:13px;
   letter-spacing:.0205em;
   margin-top:0px;
   margin-bottom:0px;
   margin-left:0px;
   margin-right:0px;
   line-height: 1.5;
   }

@font-face{
font-family:'Segoe UI';
src: url('SEGOEUI0.eot');
}
 
p {
    margin-top: 1px;
    margin-bottom: 15px;
    color:#000;
    }
   
h1 {
    margin-top: 15px;
    margin-bottom: 5px;     
    color: #009999;
    font-size: 115%;
    font-family: Segoe UI, 'Segoe UI', Calibri, Verdana, Arial;
    }  
    
h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #009999;
    font-size: 150%;
    font-family: Segoe UI, 'Segoe UI', Calibri, Verdana, Arial;
    } 
      
h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #009999;
    font-size: 120%;
    font-family: Segoe UI, 'Segoe UI', Calibri, Verdana, Arial;
    } 

h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #006633;
    font-size: 115%;
    font-family: Segoe UI, 'Segoe UI', Calibri, Verdana, Arial;
    } 
     
img, div { behavior: url(iepngfix.htc) }

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}

/***** 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 */


/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 900px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

