/* Styles for the error 500 page */

body.error {
	background: #fff;
    margin: 0;
}

div#wrapper2 {
	margin:0 auto;
	overflow:hidden;
	width:470px;
	font-family:Arial, Helvetica, sans-serif;
}

div#wrapper2 div#content2 {
	padding:0 10px;
}

div#wrapper2 div#content2 span.top-logo {
	margin:100px 10px 0;
	display:block;
	padding:0 0 5px 0;
}

div#wrapper2 div#content2 span.top-logo img {
	margin: 0 0 20px;
	width: 50%;
	display: block;
}

div.error-head h1 {
	width:200px;
	font-size: 16px;
	font-weight: bold;
	margin:0;
	line-height:25px;
}

div.error-head h2 {
	width:200px;
	font-size: 14px;
	font-weight: bold;
	margin:0;
	line-height:20px;
}

div.error-message p {
	font-size: 12px;
	font-weight: normal;
	margin:0;
	padding:0;
	line-height:20px;
}

div.error-message a.bottom {
	background: #f2f2f2;
	color: #000;
	font-weight: normal;
	margin:0;
	padding:0 5px;
	line-height:20px;
	border:1px solid #d2d2d2;
	display:block;
	text-decoration:none;
	text-align:center;
}

div.error-message a.bottom:hover {
	text-decoration: underline;
}

div#wrapper2 div#content2 div {
	margin:10px;
	padding:0;
	background:none;
}