/* CSS Window Prompt 
a{text-decoration: none;}
body
{
    margin: 0px;
}*/
.wPromptOverlay{
	background: black;
   
   /* Firefox,.. */
   opacity: .7;
   /* Firefox,.. */
   
   /* IE 8 */
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
   /* IE 8 */
   
   /* IE 6,7 */
   filter: alpha(opacity=50);
   /* IE 6,7 */
   
	position:fixed;
	width:100%;
	height:100%;
	z-index:9999;
}
.wPrompt{
	color:#222222;
	font-size:12px;
	position:fixed;
	z-index:9999;
}
.wPromptAbsolute{
	position:absolute;
}
.wPromptWrapper{
	background: url("bg_prom.gif") no-repeat;
	float:left;
   position: absolute;
   z-index: 1;
}
.wPromptWrapper .close{
	background:url("close_r.png") no-repeat 0px 0px;
	display:block;
	float:right;
	width:42px;
	height:42px;
   position: absolute;
   z-index: 2;
   top: 0px;
   right: 0px;
}
.wPromptLoadedContent{
	margin-bottom:5px;
	overflow:auto;
	float:left;
}
.wPromptTitle{
	color:#e97d13;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	margin-bottom:5px;
	padding-right:5px;
}
.wPromptContent{
	padding-right:5px;
}
.wPromptAlert, .wPromptConfirm{
	padding:5px 30px 0px 55px;
}
.wPromptAlert{
	background:url(icon_warning.gif) no-repeat 8px 5px;
}
.wPromptConfirm{
	background:url(icon_confirm.gif) no-repeat 8px 5px;
}
.wPromptAlertButton, .wPromptConfirmButton{
	margin-top:20px;
	text-align:center;
}
.wPromptInputButton{
	font-weight:normal;
}
.wPromptComment{
	color:#949494;
	float:left;
	line-height:22px;
}
.wPromptIframe{
	border:none;
	display:block;
	width:100%;
	height:100%;
}

/*
	windowPromptAlert
*/
.wPromptWrapperAlert{
	background: #ffffff;
	float:left;
   position: absolute;
   z-index: 1;
   box-shadow: 0px 1px 6px 1px #333333;
}
.wPromptWrapperAlert .title{
	background: url("bg_title.gif") repeat-x;
	height:39px;
	line-height: 39px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
}
.wPromptWrapperAlert .close{
	background:url("icon_close_2.png") no-repeat 0px 0px;
	display:block;
	float:right;
	width:17px;
	height:17px;
   position: absolute;
   z-index: 2;
   top: 10px;
   right: 10px;
}