#container-404{
	width: 610px;
	height: 186px;
	margin: auto;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;

}

.text-404 {
	padding: 20px;
	text-align: center;
}

.text-404 h2{
	color: #575757;
}

.text-404 p{
	margin-top: 20px;
	color: #7e7e7e;
}

ul.navigation-404{
	margin-left: 108px
}

#region-content ul.navigation-404 li {
	display: inline-block;
	-webkit-box-shadow: 0 1px 4px rgba(23, 53, 75, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(23, 53, 75, 0.2);
	box-shadow: 0 1px 4px rgba(23, 53, 75, 0.2);
	width: 171px;
	margin-right: 40px;
	
	}

#region-content ul.navigation-404 li a {
	font-family: arial;
	display: block;
	width: 180px;
	height: 40px;
	background: #eaeef0;
	background-image: linear-gradient(bottom, #E2E7EA 0%, #f1f1f1 100%);
	background-image: -o-linear-gradient(bottom, #E2E7EA 0%, #f1f1f1 100%);
	background-image: -moz-linear-gradient(bottom, #E2E7EA 0%, #f1f1f1 100%);
	background-image: -webkit-linear-gradient(bottom, #E2E7EA 0%, #f1f1f1 100%);
	background-image: -ms-linear-gradient(bottom, #E2E7EA 0%, #f1f1f1 100%);
	-webkit-box-shadow: 0 0 0 1px #93a1ab, 0 1px white inset, 0 -6px 8px rgba(255,255,255,.50) inset;
	-moz-box-shadow: 0 0 0 1px #93a1ab, 0 1px white inset, 0 -6px 8px rgba(255,255,255,.50) inset;
	box-shadow: 0 0 0 1px #93a1ab, 0 1px white inset, 0 -6px 8px rgba(255,255,255,.50) inset;
	font-size: 14px;
	line-height: 42px;
	color: #697e8a;
	text-shadow: 0 1px white;
	text-align: center;
	text-decoration: none;
	margin-right: 20px;
	border-radius: 3px; 
}

#region-content ul.navigation-404 li a:hover {
	background-image: linear-gradient(bottom, #F3F5F6 0%, #E7EBEE 100%);
	background-image: -o-linear-gradient(bottom, #F3F5F6 0%, #E7EBEE 100%);
	background-image: -moz-linear-gradient(bottom, #F3F5F6 0%, #E7EBEE 100%);
	background-image: -webkit-linear-gradient(bottom, #F3F5F6 0%, #E7EBEE 100%);
	background-image: -ms-linear-gradient(bottom, #F3F5F6 0%, #E7EBEE 100%);
	-webkit-box-shadow: 0 0 0 1px #93a1ab,0 1px 4px rgba(23, 53, 75, 0.15) inset;
	-moz-box-shadow: 0 0 0 1px #93a1ab,0 1px 4px rgba(23, 53, 75, 0.15) inset;
	box-shadow: 0 0 0 1px #93a1ab,0 1px 4px rgba(23, 53, 75, 0.15) inset;
	border-radius: 3px; 
}

.context-404 #zone-content-wrapper {
	background-color: #eeeeee;
	border: 1px solid #bebfb9;
	margin: 10px 5px;
	padding: 10px;
}

.context-404 #page-title{
	display: none;
}