.headerCss
{
	cursor:hand;
	cursor:pointer;
}

dialogCss
{
	background-color:White;
}

.contentCss
{
  /*border-left:1px solid #C8C2A8;
  border-right:1px solid #C8C2A8;
  background-color:#ECECD9;*/
  background-color:White;
  margin:0px;
  margin-top:-2px;
  padding:0px;
  width:647px;
  height:450px;
  text-align:center;
}

.iFrameCss
{	
	border-left:2px solid #42b2db;
	border-right:2px solid #42b2db;
	border-bottom:2px solid #42b2db;
	background-color:White;
	width:647px;
	height:450px;
	padding:0px;
	margin:0px;
}




