body {
    text-align:center;
    font-family: Arial;
}

h2{
  font-size: 12px;
  margin:0;
  padding: 10px 0px 0px 12px;
  color: #fff;
  font-style: normal;
}

.max{
  width:734px;
  height:auto;
  margin:10px auto;
    font-size:12px;
    text-align:left;
}

.max2{
  width:734px;
  height:auto;
  margin:0px 0px;
    font-size:12px;
}

.max_top{
  width:734px;
  height:31px;
  background: url('../img/max_top.gif') top left no-repeat;
}

.max_body{
  width:694px;
  _width: 734px;
  height:auto;
  padding: 20px;
  background: url('../img/max_body.gif') top left repeat-y;
}

.max_bottom{
  width:734px;
  height:10px;
  background: url('../img/max_bottom.gif') top left no-repeat;
}

img {
    border:0;
}

p.error {
    color: #cc0000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

