﻿#divFadedWorkArea 
{
	margin: 0px 0px 0px 0px;
	position:absolute;
	background:transparent url(Images/fade.png) repeat;
	left:0px;
}
.PopupMessageBox {
	position:absolute;
	margin: 0px 0px 0px 0px;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-variant:small-caps;
	font-weight:normal;
	font-size:12px;
	background-image:url(Images/PopupMessage.png);
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	color:#010101;
	top:220px;
	text-align:left;
	width:300px;
	height:160px;
}
.PopupMessageOKBoxTD
{
	width:250px;
}
.PopupMessageBoxTD
{
	width:125px;
}
