.DataGridButton
{
	background-image: url(images/Tile.jpg);
	margin: 0 3px 0 3px;
	line-height: 21px;
	border: none;
	letter-spacing: 2pt;
	margin-left: 5px;
	cursor: pointer;
	height: 20px;
	color: White;
}
.HerfButton
{
	background-position: center top;
	background-image: url(images/Button.gif);
	width: 80px;
	border: none;
	background-repeat: no-repeat;
	cursor:pointer;
	margin:0 3px 0 3px;
	line-height: 21px;
	height:24px;
}
.SaveButton
{
	background-position: center top;
	background-image: url(images/Button.gif);
	width: 80px;
	border: none;
	background-repeat: no-repeat;
	cursor:pointer;
	margin:0 3px 0 3px;
	line-height: 21px;
	height:24px;
}
.CancelButton
{
	background-position: center top;
	background-image: url(images/Button.gif);
	width: 80px;
	height:21px;
	border: none;
	background-repeat: no-repeat;
	cursor:pointer;
	margin:0 3px 0 3px;
	line-height: 21px;
	height:24px;
	
}
.InsertButton
{
	background-position: center top;
	background-image: url(images/Button.gif);
	width: 80px;
	height:21px;
	border: none;
	background-repeat: no-repeat;
	cursor:pointer;
	margin:0 3px 0 3px;
	line-height: 21px;
	height:24px;
}
.ButtonCommon{
	background-position: center top;
	background-image: url(images/Button.gif);
	width: 80px;
	height:21px;
	border: none;
	background-repeat: no-repeat;
	cursor:pointer;
	margin:0 3px 0 3px;
	line-height: 21px;
	height:24px;
}
.ViewButton
{
	background-position: center top;
	background-image: url(images/Button.gif);
	width: 80px;
	height:21px;
	border: none;
	background-repeat: no-repeat;
	cursor:pointer;
	margin:0 3px 0 3px;
	line-height: 21px;
	height:24px;
}

.Warning
{
	position: absolute;
	display:none;
	text-align:center;
} 

.WarningOpacity
{
	width: 100%;
	position: absolute;
	height: 100%;
	top:0;
	left:0;
	text-align:center;
} 

.WarningWin
{
	background-image: url(../ScriptMode/images/WarningBg.gif);
	margin: 0px auto;
	background-repeat: no-repeat;
	position: absolute;	
} 
.WarningWin TD
{
	text-align:center;
}
.WarningWin iframe 
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	width:400px;
	height:200px;
}


.WarningWinPS
{
	background-image: url(../ScriptMode/images/WarningPSBg.gif);
	margin: 0px auto;
	background-repeat: no-repeat;
	position: absolute;	
	width:500px;
	height:400px;
} 
.WarningWinPS TD
{
	text-align:left;
	vertical-align:top;
	margin:10px;
	padding:10px;
}
.WarningWinPS iframe 
{
	width:500px;
	height:400px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}