
* {
  padding: 0;
  margin: 0;
  }

body {
  background: #252420;
  color: #ccc;
  font: 62% "Lucida Grande","Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  }
 
 h1 {
  background: url(../img/ifwgp2007_backend.gif) no-repeat 50%;
  width: 261px;
  height: 26px;
  padding: 0;
  margin: 0 auto;
  text-indent: -1500px;
  }
 
p {
  margin-bottom: 0.7em;
  }

fieldset p.info {
width: 75%;
margin: 0.5em auto 1em auto;	
font-size: 1.3em;
line-height: 1.2em;
} 
  
a:link, a:visited {
  margin-left: 0.5em;
  font-size: 1.2em;
  text-decoration: underline;
  color: #868686;
  }

a:hover {
  text-decoration: none;
  color: #ccc;
  }

#loginBox {
  position: absolute;
  background: #33302b;

  width: 52em;
  height: 18em;
  top: 50%;
  left: 50%;
  padding-top: 2em;
  margin: -8.5em 0 0 -26em;
  border: 5px solid #4c4944;
  }

fieldset {
  margin: 1.5em 1em 1em 1em;
  border: none;
  }

label {
  float: left;
  width: 7.5em;
  margin: 0.3em 0.5em 0 0;
  color: #a8b186;
  font-size: 1.3em;
  text-align: right;
  }
  
 input {
  background: #cde8fa;
  padding: 2px;
  color: #333;
  }

#action {
  padding: 0 0 0 10.5em;
  margin: 1em 0;
  text-align: left;
  }
  
#action input {
  background: #ccc;
  }


.error {
  background: #ff424d;
  width: 55%;
  margin: 0 auto 1em auto;
  padding: 3px;
  color:#fff;
  font-size: 1.2em;
  font-weight: bold;
  }
 
#passwordFeedback {
margin: 2em auto;
text-align: center;
  font-size: 1.4em;

}

#passwordFeedback p {
margin-bottom: 1.2em;

}  
  
  