#modalDiv {
	background-image: url(/images/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: 40em;
	min-height: 4em;
	border: 2px solid #fff;
	color: #000;
	z-index: 10001;
	padding-bottom: .8em;

-moz-border-radius: 6px;
border-radius: 6px;
text-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0px 2px 8px #444;
	-moz-box-shadow: 0px 2px 8px #444;
	box-shadow: 0px 2px 8px #444;
background: #feffff;
background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#d2ebf9));
background: -webkit-linear-gradient(top, #feffff 0%,#d2ebf9 100%);
background: -o-linear-gradient(top, #feffff 0%,#d2ebf9 100%);
background: -ms-linear-gradient(top, #feffff 0%,#d2ebf9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 );
background: linear-gradient(top, #feffff 0%,#d2ebf9 100%);

}

#alertDiv p {
	font-size: 1.2em;
	padding: .2em 1.2em .2em 1.2em;
}
#alertDiv a.okBtn {
	float: left;
	margin: .6em 1.2em .8em 1em;
	width: auto;
	padding: 5px 10px;

}

#alertDiv form p {
	text-align: right;
	margin: 0 30px 5px 0;
}

#alertDiv form p span {
	margin-right: 10px;

}

#alertDiv .buttons {
	height: 30px;
	margin: 0 30px 5px 122px;
}

#alertDiv form p input{
	border: 1px solid #999;
	padding: 3px 5px;
	background: #e5e5e5;
	width: 140px;
-moz-border-radius: 2px;
border-radius: 2px;
background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
background: linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
}