/*
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 {
  font: 85%/0.9 arial, helvetica, sans-serif;
  background: #ffffff;
  line-height: 130%;
  width: 100%;
  min-width: 970px;
  color: black;
}

a {
  color: #00000;
  text-decoration: none;
}

a:hover {
  color: #000000;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
  font-size: 1.6em;
  height: 20px;
  padding-top: 7px;
  padding-bottom: 4px;
  top: 10px;
   background:#545454;
    border:1px solid #999;
    color: #ABB1AA;
}

h2 {
  font-size: 1.6em;
  height: 20px;
  padding-top: 8px;
  padding-bottom: 4px;
  top: 10px;
   background:#545454;
    border:1px solid #999;
    color: #ABB1AA;
}

h3{
  font-family: Verdana, Arial, Verdana, sans-serif;
  color: #ABB1AA;
  font-size: 14px;
  height: 20px;
  padding-top: 0;
   background:#545454;
    border:1px solid #999;

}

.highlight {
  background-color: #FF9D9D;
  border-bottom: #F30 1px solid;
  border-top: #F30 1px solid;
  padding: 4px 10px;
}