body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color:#666;
	font-size: 12px;
}

.systemcheck{
width:560px; 
margin:20px auto;
background-image:url(images/body_bg.jpg);
background-repeat:repeat-y;
 
}

#topSection{
width:560px;
height:10px;
background-image:url(images/top_bg.jpg);
background-repeat: no-repeat;
}

#bottomSection{
width:560px;
height:15px;
background-image:url(images/bottom_bg.jpg);
background-repeat: no-repeat;
}

.false{
	width:85%;
	padding: 10px 10px 10px 30px;  
	margin: 15px 15px;
	color: #666;
	line-height: 18px;
	font-size: 12px;
}

.success {
	width:85%;
	padding: 10px 10px 10px 30px;  
	margin: 15px 15px;
	color: #666;
	line-height: 18px;
	font-size: 12px;
}
.pass{
	width:40px;
	height:38px;
	float:left;
	background-image:url(images/pass_bg.jpg);
background-repeat: no-repeat;
}

.warn{
	width:40px;
	height:38px;
	float:left;
	background-image:url(images/warn_bg.jpg);
background-repeat: no-repeat;
}

p {
padding:5px 15px;
margin:5px;
font-size: 12px;
}

.headline{
width: 500px;
height: 20px;
padding:10px 30px;
background-image:url(images/info_bg.jpg);
background-repeat: no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:14px
}
.sysinfo{
	width:85%;
	padding: 10px 10px 10px 45px; 
}