.promptUserOverlay
{
	position:absolute;
	z-index: 98;
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	opacity: 0.9;
	MozOpacity: 0.9;
	KhtmlOpacity: 0.9;
	filter: alpha(opacity="90");
}	
.promptUser
{
	width: 400px;
	height: auto;
	position: fixed;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -150px;
	padding: 0;
	opacity: 0;
	MozOpacity: 0;
	KhtmlOpacity: 0;
	filter: alpha(opacity="0");
	text-align: center;
 	border: 4px solid #888; 
	-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #fff;
	color: #000;
	text-align: center;

}
.promptUser h1
{
	background: #aaa url('/main/img/promptTitleBG.gif');
	color: #777;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: 1px;
	padding: 3px 0px 2px 0px;
	border-bottom: 1px solid rgb(153, 153, 153);
}
.promptUser p
{
	text-align: left;
	padding: 0px 5px 10px 5px;
/* 	white-space: pre; */
}
.promptUserBtn
{
	margin-bottom: 5px;
 	border: 1px solid #888; 
	-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #444;
	padding: 2px 8px 2px 8px;
	margin-left: 2px;
	background: #aaa url('/main/img/promptTitleBG.gif');
}	
