@charset "utf-8";
/* CSS Document */
#browserTest {
	position: relative;
	width: 80%;
	height: 400px;
	background-color: #eb921a;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-left: 10%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	overflow: auto;
}
#bkgdFix {
	position: absolute;
	width: 100%;
	height: 335px;
	background-color: #a3a1a3; /* PSD Match is #a3a1a3 */
	background-image: url(../../../templates/default/images/topBkgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	left: 0px;
	top: 440px;
}
.oops {
	color: #1c579e;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.browsers {
	text-align: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.os {
	padding-bottom: 10px;
	font-weight: bold;
}
.nosupport {
	color: #666;
}
#browserTest a, #browserTest a:visited {
	color: #1c579e;
	text-decoration: none;
}
#browserTest a:hover, #browserTest a:visited:hover {
	color: #1c579e;
	text-decoration: underline;
}
#browserTest p {
	padding: 10px;
	margin: 0px;
}