

/*************************		
 **	SYSTEM CHECK	**
 *************************/
body {padding:0;margin:0;}

 	BODY {
		background-color:#FFFFFF;
		text-decoration: mainContent;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size:11px;
	}
 
.systemcheck{
width:430px; 
margin:0;
background-image:url('../images/body_bg.jpg');
background-repeat:repeat-y;
 
}

#topSection{
width:430px;
height:10px;
background-image:url('../images/top_bg.jpg');
background-repeat: no-repeat;
}

#bottomSection{
width:430px;
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;
}


.headline{
width: 370px;
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; 
}

