body {
	margin:0;
	background-color:#759194;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.sysLabel {
	background: url("is_label_white.png") 0 0 no-repeat;
     width: 310px;
    height: 70px;
    position: absolute;
    top: 39px;
    left: 39px;
    margin: 0;
}
.sysErrorImage,
.sysImage {
	width: 150px;
	height: 227px;
	background: url(bg_error.png) no-repeat;	
	left: 680px;
	margin: 0;
	position: absolute;
	top: 0;	
}
.sysErrorImage-general {
	background: url(bg_error_general.png) no-repeat;
}
.sysMessage {
	color: #FFF;
	line-height: 18px;
	left: 60px;
	margin: 0;
	position: absolute;
	top: 179px;
	padding-right: 20px;
	font-family: Verdana;
	font-size: 14px;
	width: 600px;
}

.sysMessage p {	
	margin: 4px 0 0 0;
}