body
{
  background-color: #363636;
}

input.text, select
{
  font-family: Arial;
  font-size: 11px;

  color: #fff;
  border: 1px solid #000;
  background-image: url('images/login/text.jpg');
  background-color: #4c1616;

  height: 17px;
  width: 130px;

  margin-bottom: 5px;
}

input.submit
{
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;

  color: #fff;
  border: 1px solid #000;
  background-image: url('images/login/submit.jpg');

  height: 19px;
  width: 68px;
}

input.button
{
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;

  color: #fff;
   border-collapse:collapse;
   border:1px solid #000000;
  background-image: url('images/login/button.jpg');

  height: 19px;
  width: 99px;
}

.hr
{
  color: #363636;
  background-color: #363636;

  background-image: url('images/login/hr.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  border: 0;
  clear: both;

  font-size: 1px;
  line-height: 1px;

  width: 530px;
  height: 1px;
}

.error
{
  font-weight: bold;
  text-align: left;

  color: #fff;
  font-size: 11px;
  font-family: Verdana;

  background-image: url('images/login/error.jpg');
  background-repeat: no-repeat;
  background-position: top left;

  height: 80px;
  width: 330px;
  margin: auto;
  padding-left: 60px;
}

img
{
  vertical-align: top;
}

#wrapper
{
	width: 530px;
	margin: auto;
}

#main
{
  width: 530px;
  height: 600px;

  background-image: url('images/login/main.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
}

#main_left
{
  float: left;
  position: relative;

  color: #fff;
  font-family: Verdana;
  font-size: 11px;
  line-height: 25px;

  left: 125px;
  margin-bottom: 15px;
}

#main_right
{
  float: right;
  position: relative;

  color: #fff;
  font-family: Verdana;
  font-size: 11px;
  line-height: 25px;

  right: 125px;
  margin-bottom: 15px;
}

#footer
{
  clear: both;
  margin: auto;

  text-align: center;

  font-family: Verdana;
  font-size: 10px;

  color: #535252;
}

#footer a
{
  color: #fff;
  text-decoration: underline;
}

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


#main_top
{
  background-image: url('images/box/top.jpg');
  height: 34px;
  width: 431px;
}

#main_bottom
{
  background-image: url('images/box/bottom.jpg');
  height: 34px;
  width: 431px;
}