body {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#wrapper {
	border: 3px solid #e0e0e0;
	background-color: #FFFFFF;
	padding: 7px;
	width: 560px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/browsercheck_header_meetat.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 560px;
}
#content {
	background-image: url(images/browsercheckbk.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 560px;
	overflow: hidden;
}
#content img {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#content .tleft {
	float: left;
	width: 100px;
	font-weight: bold;
	padding-top: 12px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#content .tcenter {
	float: left;
	width: 120px;
	padding-top: 12px;
	margin: 0px;
}
#content .tright {
	padding-top: 12px;
	margin: 0px;
}

#content .bottomOK{
	float:left;
	width: 560px;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
	font-size:12px;
	font-weight:bold;
}
#content .bottomError{
	float:left;
	width: 560px;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
}

html>body #content .tright {
	padding-top: 12px;
	margin: 0px;
	float: left;
}
.separator {
	background-image: url(images/separator_menuleft.gif);
	background-repeat: repeat-x;
	height: 4px;
	width: 560px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}


