﻿.modalMaskCssClass
{

}

.dialogHeaderCss
{
	cursor:hand;
	cursor:pointer;
	height:24px;
}

.dialogFooterCss
{
	height:15px;
}

.dialogContentCss
{
  border-left:1px solid #C8C2A8;
  border-right:1px solid #C8C2A8;
  border-top:4px solid #C8C2A8;
  background-color:#ECECD9;
  text-align:center;
}

.iFrameCss
{
	overflow:auto;
	width:450px;
	height:300px;
	padding:0px;
	margin:0px;
}
.iFrameCss2
{
	overflow:auto;
	width:497px;
	height:600px;
	padding:0px;
	margin:0px;
}
.dialogCss
{
	background-image:url(/images/bg.png);
}