* {
  margin: 0;
  padding: 0;
}

body{
  background: #e9e9e9 url(/_img/bg_body.png) repeat-x center top;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
}

#container{
  position: relative;
  width: 971px;
  margin: 0 auto;
}

a{
  overflow: hidden;
}

#beta{
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
}

#beta a{
  display: block;
  width: 97px;
  height: 97px;
  background: url(/_img/beta.png) no-repeat;
}

#badBrowser{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 7px 0 8px;
  background: black;
  color: red;
  font-size: 12px;
  text-align: center;
  line-height: 1.25;
}

#badBrowser a{
  color: yellow;
}

/* =systemAlert
---------------------------------------------------------------------
*/

#systemAlert{
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 5000;
  width: 588px;
  /*height: 33px;*/
  margin: 0 0 0 -375px;
  padding: 17px 110px 12px 52px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.333;
}

#systemAlert.type1{
  background: url(/_img/bg_systemAlert_type1.png) no-repeat;
  color: #5ca74b;
}

#systemAlert.type2{
  background: url(/_img/bg_systemAlert_type2.png) no-repeat;
  color: #eb3d3f;
}

#systemAlert a{
  position: absolute;
  right: 13px;
  top: 13px;
  /*width: 100px;*/
  height: 22px;
  padding: 5px 40px 0 0;
  background: url(/_img/bg_systemAlert_type1_dismiss.png) no-repeat right top;
  color: #5ca74b;
  font-size: 14px;
  font-weight: normal;
  text-indent: -9999px;
  text-decoration: none;
}

#systemAlert.type2 a{
  background-image: url(/_img/bg_systemAlert_type2_dismiss.png);
  color: #eb3d3f;
}

#systemAlert a:hover{
  background-position: right bottom;
  text-indent: 0;
}

/* =header
---------------------------------------------------------------------
*/

/* h1 */

#header h1{
  width: 234px;
  width: 318px;
  height: 96px;
  margin: 10px auto 5px;
  background: url(/_img/public/cobblestone.png) no-repeat center center;
  text-indent: -9999px;
}

/* =contentHeader
---------------------------------------------------------------------
*/

#contentHeader{
  width: 657px;
  height: 66px;
  margin: 0 auto;
  background: url(/_img/public/bg_contentHeader.png) no-repeat;
}

#contentHeader h2{
  float: left;
  margin: 21px 0 0 21px;
  background: url(/_img/public/bg_contentHeader_h2.gif) no-repeat right top;
  color: #545454;
  font-size: 16px;
  font-weight: normal;
}

#contentHeader h2 span{
  display: block;
  height: 33px;
  padding: 12px 22px 0;
  background: url(/_img/public/bg_contentHeader_h2_span.gif) no-repeat;
}

#contentHeader p{
  float: left;
  margin: 22px 0 0 8px;
  text-indent: -9999px;
}

#contentHeader p a{
  display: block;
  width: 320px;
  height: 38px;
  background: url(/_img/public/bg_sign-up.png) no-repeat;
}

/* =content
---------------------------------------------------------------------
*/

#content{
  position: relative;
  width: 599px;
  margin: 0 auto;
  padding: 29px;
  background: url(/_img/public/bg_content.png) no-repeat left bottom;
}

#content ul#errors{
  display: none;
  margin-bottom: 15px;
  padding: 10px 10px 5px;
  border: 1px solid #f3a0a0;
  background: #ffeded;
}

#content ul#errors li{
  padding: 2px 20px;
  background: url(/_img/icon/alert.png) no-repeat;
  color: #b74c4c;
  font-size: 13px;
  list-style: none;
  margin-bottom: .5em;
}

#content form p{
  width: 598px;
  margin-bottom: 13px;
  padding: 6px 0;
  background: url(/_img/public/bg_form_p.gif) no-repeat;
  color: #6f7e85;
  font-size: 18px;
  font-weight: bold;
}

#content form p.submit{
  width: auto;
  margin: -4px 0 3px 131px;
  background: none;
}

#content form p label{
  float: left;
  width: 109px;
  padding: 15px 0 0 23px;
}

#content form p label.error{
  float: none;
  width: auto;
  padding: 0;
}

#content form p input{
  width: 432px;
  /*height: 34px;*/
  padding: 14px 14px 13px;
  border: 0;
  background: url(/_img/public/bg_form_input.gif) no-repeat;
  color: #919191;
  font-size: 18px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content form p.submit label{
  float: none;
  padding: 0;
  color: #919191;
  font-size: 13px;
  font-weight: normal;
  /*vertical-align: 0.15em;*/
}

#content form p.submit button{
  width: 129px;
  height: 34px;
  margin-right: 10px;
  border: 0;
  background: url(/_img/public/bg_button_log-in.gif) no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}

*+html #content form p.submit button{
  font-size: 0px;
  text-indent: 0;
  color: #fff;
}

#content form p.submit button:hover{
  background-position: left bottom;
}

#content form p.submit input{
  width: auto;
  height: auto;
  padding: 0;
  background: 0;
}

#content p.forgot{
  margin: 0 0 14px 133px;
  font-size: 13px;
}

#content p.forgot a{
  color: #3199cd;
  text-decoration: none;
  border-bottom: 1px solid #65b2d9;
}

#content p.forgot a:hover{
  border: 0;
}

#content #facebookLoginButton{
  position: absolute;
  bottom: 67px;
  right: 36px;
  opacity: .75;
}

#content #facebookLoginButton:hover{
  opacity: 1;
}

/* =footer
---------------------------------------------------------------------
*/

#footer{
  clear: left;
  width: 637px;
  margin: 0 auto;
  padding: 3px 3px 13px;
}

#footer p{
  color: #9a9a9a;
  font-size: 11px;
}

#footer p a{
  color: #9a9a9a;
}

#footer p a:hover{
  color: #666;
  text-decoration: none;
}
