.layout {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: auto;
	top: 20px;
	left: 20px;
	right: 20px;
}

.div-msg {
	width: 600px;
	height:150px;
	position: relative;
	top: 70px;
	left: 70px;
	padding-left:70px;
	padding-top:30px;
	overflow: auto;
	background: url(./images/alert.gif) no-repeat;
	text-align:left;
	font-size:16pt;
	color:#ff0000;
}

.div-detail {
	width: 600px;
	height:150px;
	position: relative;
	text-align:center;
	font-size:15pt;
	color:#ff0000;
}