body {
  color: #000;
  font: 18px "SimSun",Arial, Helvetica, sans-serif;
  background: url(../img/bannerbj.png);
}

.container {
  width: 1005px;
  border-top: 10px #b1c86b solid;
  margin: 0 auto;
  padding: 10px 20px 20px 20px;
  background: #fff;
}

.header {
  height: 100px;
  padding: 10px 0;
  
}

.stepinfo{
	background:#b1c86b;
}

.header_menu {
  float: right;
  width: 600px;
  text-align: left;
}

ul.links {
  height: 100px;
  font: 16px "Microsoft YaHei";
  text-align: left;
  padding: 0;
  margin: 0;
}
ol, ul, li {
  list-style: none outside none;
}

.header_logo {
  float: left;
  height: 90px;
}

.header_logo a {
  display: table-cell;
  height: 90px;
  vertical-align: middle;
}

.container_middle {
  min-height: 580px;
  padding: 5px 0px 10px 0px;
  background: #F5E8BF url(/img/main.gif) repeat-x top;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  position: relative;
  z-index: 99;
  behavior: url(js/iecss3.htc);
}

.stepclass{
	height:40px;
	width:100%;
}

.stepinfo{
	width:100%;
}

.tile-content h2{
	color:#ffffff;
	text-align: center;
	line-height:35px;
	/*! height: 100%; */
}

