body,html {
  margin:0px;
  text-align:center;
  font-family:Arial;
  font-size:12px;
}

.content {
  background: url(../images/content_bg3.png) repeat-y;
  width:850px;
  margin-left:auto;
  margin-right:auto;
}

.header {
  text-align:left;
}

.left {
  float:left;
  width:232px;
}

.button1 {
  background: url(../images/button_01.gif) no-repeat;
  width:232px;
  height:73px;
  cursor:pointer;
}

.button2 {
  background: url(../images/button_02.gif) no-repeat;
  width:232px;
  height:73px;
  margin-top:3px;
  cursor:pointer;
}

.button3 {
  background: url(../images/button_03.gif) no-repeat;
  width:232px;
  height:73px;
  margin-top:3px;
  cursor:pointer;
}

.button4 {
  background: url(../images/button_04.gif) no-repeat;
  width:232px;
  height:73px;
  margin-top:3px;
  cursor:pointer;
}


.middle_top {
  background: url(../images/green_bar.gif) no-repeat;
  height:3px;
  width:385px;
  margin-top:0px;
}

.middle_top1 {
  background: url(../images/green_bar1.gif) no-repeat;
  height:3px;
  width:625px;
  margin-top:0px;
}

.middle_center {

}

.middle_bottom {
}

.cars {
  width:260px;
  float:left;
  margin-left:20px;

}


.pic {
  float:left;
}

.step {
  float:left;
  margin-left:5px;
}

.right {
  float:left;
  width:195px;
  margin-left:10px;
}

.right_middle {
  background: url(../images/box_right_middle.gif) repeat-y;
  width:195px;
  text-align:left;
}

.right_bottom {
  background: url(../images/box_right_bottom.gif) repeat-y;
  width:195px;
  height:25px;
}

a
{
  color:#313e5b;
  text-decoration:none;
}

a:hover
{
  color:#313e5b;
  text-decoration:underline;
}

.footer {
  width:850px;
  text-align:center;
}

.err{
  font-size:10px;
  color:#ff0000;
}

.ok {
font-size:10px;
  color:green;
}
