/* Error CSS Document */
#error {
	margin: 10px auto;
	width: 100%;
	max-width: 700px;
	min-height: 370px;
	font: inherit;
	background:  url(../images/signpost2.png) no-repeat 0 35px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
#error #error_info {
	float: right;
	margin: 20px;
	max-width: 320px;
	width: 100%;
	overflow: hidden;
}
#error_info h2 {
	font: normal 1.3em 'Trebuchet Ms', Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	color: #cc0000;
}
#error_info h3 {
	font: normal 1.1em 'Trebuchet Ms', Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 10px 0;
	color: #cc0000;
}
#error_info p {
	margin: 10px 0;
	font: inherit;
}
#error_info ul {
	margin: 0 0 0 10px;
	padding: 0;
}
#error_info ul li {
	margin: 5px 10px;
	padding: 0;
	list-style: square;
}
#error_info #search_box {
	margin: 20px 0 15px 0;
	padding: 5px 10px 10px 10px;
	width: 100%;
	background: #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#error .center {
	text-align: center;
}
#error .error_form_box {
    display: none;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
#search_box h3 {
	font: normal 1.1em 'Trebuchet Ms', Verdana, Arial, Helvetica, sans-serif;
	margin: 2px 0 5px 0;
	color: #333;
}
#search_box form {
	margin: 0;
	diplay: block;
	height: 30px;
	position: relative;
}
#search_box form input {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	line-height: normal;
	*overflow: visible;
}
#search_box input#input-search {
	float: left;
	margin: 0;
    padding: 0 45px 0 5px;
	width: 100%;
	height: 30px;
	font-size: 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	border: 0;
	color: #333;
}
#search_box input#go {
	display: block;
	margin: 0;
    padding: 0;
	width: 38px;
	height: 28px;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 0 #990000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 0;
	background: #CC0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#990000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff0000,  #990000); /* for firefox 3.6+ */
	background: linear-gradient(top, #ff0000, #990000);
	position: absolute;
	right: 1px;
	top: 1px;
	cursor: pointer;
}
#search_box input#go:hover {
 	background: #cc0000;
}
#error_info a.btn_left, #error_info a.btn_right {
	display: inline-block;
	margin: 0 5px 10px 5px;
	padding: 0 10px;
	width: 145px;
	height: 40px;
	line-height: 41px;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 0 -1px 0 #990000;
	color: #fff;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #CC0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#990000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff0000,  #990000); /* for firefox 3.6+ */
	background: linear-gradient(top, #ff0000, #990000);
	border: 0;
}
#error_info a.btn_left:hover, #error_info a.btn_right:hover {
 	background: #cc0000;
}
#error_info p.error_buttons {
	margin-top: 20px;
	text-align: center;
}
/* Searh Results */
#error #more span.btn {
	display: block;
    margin: 40px auto 0px auto;
    width: 200px;
    height: 35px;
	line-height: 37px;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 0 -1px 0 #990000;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #CC0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#990000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff0000,  #990000); /* for firefox 3.6+ */
	background: linear-gradient(top, #ff0000, #990000);
	border: 0;
}
#error #more span:hover {
 	background: #cc0000;
}
#error #search_results {
	clear: both;
	width: 95%;
	margin: 0 auto;
}
#error #search_results .webResult {
	margin: 15px 0;
}
#error #search_results .webResult h2 {
	margin: 0 0 5px 0;
	font: bold 1.1em 'Trebuchet Ms', Verdana, Arial, Helvetica, sans-serif;
}
#error #search_results .webResult p {
	margin: 0 0 5px 0;
	font: inherit;
}
#error #search_results .webResult a {
	text-decoration: none;
}
#error #search_results .webResult > a {
	color: #999;
}
#error #search_results .webResult a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 700px) {
  #error { background: none !important; }
  #error #error_info { float: none !important; max-width: 90%; margin-left: auto; margin-right: auto; }
  #error_info a.btn_left, #error_info a.btn_right { font-size: 14px; width: 45%; }

}
@media only screen and (max-width: 480px) {
  #error_info a.btn_left, #error_info a.btn_right { margin: 10px 0; font-size: 14px; width: 80%; }

}
