/** browser incompatibility styles **/
body {
	background: url(/img/error/browser/background.png) #5d5d5d left top no-repeat;
	color: #666666;
	font-family: verdana;
}

a {
	color: #0000ee;
}

li,
p {
	font-size: .8em;
}

ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

div#content {
	margin: 25px;
	width: 524px;
}

div#content-header {
	background: url(/img/error/browser/header.png) transparent left top no-repeat;
	color: white;
	height: 54px;
	line-height: 54px;
	padding-left: 25px;
}

div#content-header h2 {
	font-weight: normal;
}

div#content-inner {
	background: url(/img/error/browser/container-background.png) transparent left top repeat-y;
	padding: 25px 25px 0 25px;
}

div#content-inner h2 {
	font-weight: normal;
	margin-top: 0;
}

div#content-footer {
	background: url(/img/error/browser/footer.png) transparent left top no-repeat;
	height: 107px;
}

p.continue {
	margin-bottom: 0;
}

