#modalDiv {
	background-image: url(/img/modal-1px.png);
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	width: 100%;
	height: 100%;
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
}
#alertDiv {
	position: fixed;
	width: 18em;
	min-height: 4em;
	border: 1px solid #999;
	background-color: #F2F5F6;
	color: #000;
	z-index: 10001;
}
#alertDiv .titleH1 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	background-color: #FF9900;
	color: white;
	padding: 5px 0 5px 0.5em;
	font-family: Arial;
}
#alertDiv p {
	padding: 1em;
}
#alertDiv .okBtn {
	display: block;
	position: relative;
	margin: 1em auto;
	width: 6em;
	padding: 0.3em;
	border: 1px solid #ccc;
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: center;
	color: white;
	background-color: #FF9900;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
}
.alert {
	font-size: 15px;
	font-family: Arial;
	line-height: 130%;
}