#messageBoxDiv {
	background-color: #CCCCCC;
	position: absolute;
	z-index: 9999999;
	left: 0px;
	top: 0px;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}

#messageBox,#confirmBox{
	width:300px;
	height:200px;
	background-color:white;
	position:absolute;
	z-index:999999999;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	overflow: hidden;
}


#h1 {
	margin: 0px;
	background-color:#037D0C;
	text-align: center;
	font-size: 18px;
	color: white;
	line-height: 40px;
	font-weight: bold;
	padding-top: 0px;
	height: 40px;
}

#messageBox .center,#confirmBox .center{
	margin:40px 20px 10px;
	height:60px;
	font-size:16px;
	color:#3e3e3e;
	overflow: auto;
	line-height: 1.3em;
	width:255px;	
}


#toolok,#toolcancel {
	height:34px;
	width:80px;
	background-color: #037D0C;
	color: #fff;
	border-width:0px;
	text-align: center;
	font-size: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#toolcancel {
	margin-left:30px;
}

