*
{
  margin: 0;
  padding: 0;
  font-size: 12px;
}
body
{
  color: #666;
  padding-top: 60px;
}

div#layout
{
  width: 500px;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 30px;
  background: url("../images/login_header_bg.gif") center top no-repeat;
}

div#content
{
  padding-top: 30px;
  width: 500px;
  background: url("../images/login_bg.gif") center top repeat-y;
}

form
{
  /*margin: 0px 30px 30px;*/
  margin: auto;
  display: block;
  width: 220px;
  /*background: url("../images/login_image.jpg") left center no-repeat;*/
  /*padding-left: 220px;*/
}

fieldset
{
  width: 160px;
  height: 200px;
  padding: 30px 20px 40px;
  background: #f9f7f4;
  border: 1px solid #dfd5c6;
}
label
{
  display: block;
  line-height: 180%;
}
input#member_login_username, input#member_login_password
{
  border: 1px solid #dfdfdf;
  width: 150px;
}

p
{
  padding-top: 10px;
  line-height: 100%;
  vertical-align: middle;
}
p label
{
  display: inline;
  vertical-align: middle;
}
p input
{
  display: inline;
  vertical-align: middle;
}

.input_submit
{
  width: 100px;
  height: 30px;
  display: block;
  background: url("../images/btn_login.gif") center center no-repeat;
  text-indent: -999px;
  border: 0;
  margin: 10px auto;
}

ul.error_list
{
  list-style: none;
  color: #f00;
}

div#footer
{
  width: 500px;
  height: 36px;
  padding-bottom: 13px;
  text-align: center;
  background: url("../images/login_footer_bg.gif") center bottom no-repeat;
}