#messagebox {
	background-color: #F7FDFE;
	display: none;
	cursor: default;
	width: 380px;
	height: 240px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -230px;
	margin-top: -125px;
	border-radius: 10px;
	text-align: center;
	padding: 5px;
}
#messageboxtitle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 380px;
	height: 40px;
	background-color: #e5e5e5;
	border-radius: 15px;
	line-height: 40px;
	text-align: left;
	padding-left: 10px;
}
#messageboxcontant {
	width: 380px;
	height: 100px;
	top: 40px;
	left: 0px;
	overflow-y: hidden;
	position: absolute;
	text-align: center;
	font-size: 1.1em;
	padding: 5px;
	padding-top: 50px;
}
#messageboxbutton {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 355px;
	height: 40px;
	padding: 5px;
	padding-right: 30px;
	text-align: right;
	line-height: 30px;
}
.datacacher {
	display: none;
}
#btnaccept {
	width: 100px;
	font-size: 0.85em;
}
