﻿.dialogCss 
{
    background-color:Transparent;
    border:0px;
}

.headerCss
{
	cursor:hand;
	cursor:pointer;
}

.contentCss
{
  border-left:0px solid #c5c5c5;
  border-right:0px solid #c5c5c5;
  /*background-color:Transparent;*/
  /*width:450px;*/
  text-align:center;
}

.iFrameCss
{
	overflow:auto;
	width:655px;
	height:498px;
	padding:0px;
	border:0px;
	background-color:Transparent;
}

.iFramePreviewerCss
{
	overflow:hidden;
	/*width:897px;*/
	width:903px;
	height:488px;
	/*padding-left:5px;*/
	margin-left:7px;
	padding:0px;
	border:0px solid black;
	/*border:0px;*/
	background-color:Transparent;
}

