#form_block{
	background-color:#fdfdfd;
}
#wrapper{
	overflow:hidden;
	width:800px;
}
#steps{    
  overflow:hidden;
	width:800px;
}
.step{
  float:left;
  width:800px;  
}
#navigation{
  height:45px;
  background-color:#e9e9e9;
	margin-bottom:10px;
}
#navigation ul{
  list-style:none;
	float:left;
}
#navigation ul li{
	float:left;
  position:relative;
}
#navigation ul li a{
  display:block;
  height:45px;
  color:#777;
  outline:none;
  font-weight:bold;
  text-decoration:none;
  line-height:45px;
  padding:0px 20px;
  cursor: default;
}
#navigation ul li a:hover{
  color:#444;
  text-shadow:1px 1px 1px #fff;
}
#navigation ul li.selected a{
	color:#444;
  text-shadow:1px 1px 1px #fff;
	background-color:#d8d8d8;
}
#navigation button{
  margin-top:8px;
  margin-right:8px;
}
span.checked{
    background:transparent url(../images/checked.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    background:transparent url(../images/error.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}