/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* @author    Innova Deluxe SL
* @copyright 2015 Innova Deluxe SL

* @license   INNOVADELUXE
*/
.search-block{
  margin-bottom: 20px;
}
.pagenotfound{
  max-width: none!important;
  margin: 0px!important;
  text-align: left!important;
}
.pagenotfound .errorTitle{
  margin-top: 15px;
}

.pagenotfound p{
	font: 600 13px/20px "Open Sans", sans-serif !important;
    color: #555454;
    text-transform: none !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.pagenotfound .title{
	text-transform: uppercase;
	font-size:18px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

.search-form{
	padding:20px 0px 0px 20px;
	border:1px solid #999;
	border-radius: 5px;
	background:#fbfbfb;
}

.field{
  max-width:none !important;
  width:90%;
  background: #ffffff !important;
  border-radius: 5px !important;
}