/*****************************************/
/**************** OVERLAY ****************/
/*****************************************/


.overlay
{
	display:none;
	width:100%;
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	text-align:center;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	height:10px;
}

.showOverlay
{
	width:353px;
	height:150px;
	display:none;
	position:absolute;
	z-index:1300;
	left:50%;
	margin-left:-177px;
	top:50%;
	margin-top:-141x;
	background: #e9eaec;
	color: #506969;
	padding: 10px 20px 0 20px;
	background-repeat: no-repeat;
}

.showOverlay p
{
	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;
}

.showOverlay h2
{
	margin: 0px;
	float: none;
	font-size: 25px;
}

.showOverlay a.ok:link, .showOverlay a.ok:visited
{
	display: block;
	float: right;
	background: #506969;
	color: #FFF;
	padding: 3px;
	width: 100px;
	position: absolute; 
	bottom: 5px;
	right: 5px;
	text-align: center;
	cursor: pointer;
}

.showOverlay a.ok:hover, .showOverlay a.ok:active, .showOverlay a.ok:focus
{
	background: #FFF;
	color: #506969;
	padding: 1px;
	border: 2px solid #506969;
}

.showOverlay a.notOk:link, .showOverlay a.notOk:visited
{
	display: block;
	width: 85px;
	height: 34px;
	background-image: url(../../img/overlay_submitBtnBG.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 10px;
	right: 135px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding-top: 8px;
	font-weight: bold;
}

.showOverlay a.notOk:hover, .showOverlay a.notOk:active, .showOverlay a.notOk:focus
{
	font-weight: normal;
}

.showOverlay a.close:link, .showOverlay a.close:visited,
#showOkOverlay a.close:link, #showOkOverlay a.close:visited
{
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 5px;
	text-decoration: none;
	padding-right: 5px;
	font-size: 15px;
}

.showOverlay a.close:hover, .showOverlay a.close:active, .showOverlay a.close:focus
{
	color: #b2b1b1;
}

#okbox_msg, #questionbox_msg
{
	width:320px;
}
