/**
 * @title 		404
 */
.wrapper404 {
  margin:15px 0 0 0;
  width:500px;height:45px;
  background:transparent url(../img/common/bg/contextual-bottom-bg.png) repeat-x left bottom;	
}
  
.article img.waldo  {
  display:block;
  float:left;
  width:120px;height:150px;
}  
.article h2 {
background-image:none;
}
  
.research404 form input.search {
  float:left;
  padding:4px 5px 0 5px;
  width:215px;height:21px;
  border:none;
  color:#7e7e7e;
  font-size:1.2em;
}  
.wrapper404 .research404  {
  height:39px;
	background:url(../img/common/bg/contextual-bg.png) repeat;  	
}
.research404 form input.button {
  display:block;
  float:left;
  margin:7px 0 0 10px;
  width:25px;height:25px;
  background:url(../img/common/visu/zoom.png) left top no-repeat;
  border:none;
  cursor:pointer;
  text-indent:-9999px;  
}
.research404 form input.button:hover {background-position:left bottom;}

.returnHome {
  float: left;
  margin: 50px 0 0 20px;
}
.returnHome p {
  font-weight: bold;
  font-size:1.2em;
}
.returnHome a {
  display:block;
  margin:20px 0 0 0;
  padding:13px 0 0 40px;
  background:url("../img/common/bg/btn-404.gif") no-repeat left top transparent ;
  width: 160px; height: 27px;
  text-decoration:none;
  color:#424242;
  font-size:1.2em;
  }
  
  .returnHome a:hover {
  background-position:bottom;
  color:#FFFFFF;
  cursor:pointer;
  }
