.message-box {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.message-box table{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.mask-area {
	opacity: 0.5;
	background-color: rgba(80,80,80,255);
}
/*
* cenetrarea width set in MessageBox
*	var centerAreaW = 460;
*	var centerAreaH = 240;
*/
.message-box div[name=centerarea]{
	opacity: 1.0;
	border-radius: 2px;
	background-color: #ffffff;
}
.message-box div[name=title]{
	margin: 20px 0 0 20px; 
	width: 400px;
	height: 30px;
	font-family: "SourceSansProExtraLight";
	font-size: 22px;
	font-weight: bold;
	float: left;
}
.message-box div[name=vline] {
	margin: 20px 10px 10px 20px;
	width: 4px;
	height: 80px;
	background-color: #85b81c;
	clear: left;
	float: left;
}
.message-box div[name=message] {
	padding: 20px 0 0 0;
	width: 380px;
	height: 80px;
	font-family: "SourceSansProExtraLight";
	font-size: 17px;
	color: black;
	float: left;
}
.message-box div[name=button] {
	margin: 2px 30px 0 0; 
	border: 1px solid #cfcfcf;
	padding-top: 12px;
	width: 120px;
	height: 30px;
	text-align: center;
	color: black;
	background-color: #85b81c;
	cursor: pointer;
	clear: both;
	float: right;
}
