.okButton {
	background-color: #E1E1E1;
	font-color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 70px;
	height:	20px;
	font-weight: bold;
	color: #333333;
}
.alertTitle {
	background-color: #85152B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.alertMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}
.alertBoxStyle {
cursor: default;
background-color: #E4E4E4;
position: absolute;
top: 200px;
left: 200px;
width: 100px;
height: 50px;
visibility:hidden; z-index: 999;
border-style: groove;
border-width: 2px;
border-color: #FFFFFF;
text-align: center;
}
