/**
 * CSS for error pages
 */

html, body {
	height:100%;
}

body {
	font-family:Tahoma;
	font-size:11px;
	color:#303030;
	line-height:19px;
	background-color:#cecece;
	text-align:center;
}

p{
	font-weight:bold;
	line-height:30px;
	padding-top:10px;
	padding-bottom:30px;
}
/*=============== Internet Explorer 6 ===================*/
div#errorIE6{
	padding-top:200px;
}