/*Following class will help in displaying PNG in IE*/
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}




table.formdesign {
	background:#CCCCCC;
		
}
table.formdesign td{
	margin:1px;
	padding:5px;
	background:#FFFFFF;
	text-align:left;
}
table.formdesign th{
	margin:1px;
	padding:5px;
	text-align:left;
}
table.formdesign img{
	border:0;
	vertical-align:middle;
	margin:0 5px 0 5px;
}
table.formdesign .formheading{
	color:#f7941d;
	font-weight:bold;
	font-size:12px;
	background-color:#f2f2f2;
}

table.formdesign .formheading1{
	color:#092869;
	font-weight:bold;
	font-size:12px;
	background-color:#f2f2f2;
}


table.formdesign .disablebackground{    
	
	color:#f7941d;
	font-weight:bold;
	font-size:12px;
	background:#FF0000;	
	background-color:#FF0000;
 }


table.shemeeditor{
}
table.shemeeditor input{
	vertical-align:middle;
}
table.shemeeditor td{
	margin:1px;
	padding:2px;
    
}
table.shemeeditor table table td{
	margin:0px;
	padding:0px;
}
table.shemeeditor img{
	border:0;
	vertical-align:middle;
	margin:0 5px 0 5px;
}
table.shemeeditor .editorhead{
	color:#f7941d;
	font-weight:bold;
	font-size:14px;
	background:url(../images/horizontal_dots.gif) repeat-x left bottom;
}
table.shemeeditor .editorhead1{
	color:#f7941d;
	font-weight:bold;
	font-size:14px;
	background-color:#f2f2f2;
	
}
table.shemeeditor .editorhead img{
	margin:0 0px 0 0px;
}
table.shemeeditor .formheading{
	color:#f7941d;
	font-weight:bold;
	font-size:14px;
	
}

table.shemeeditor input.field{
	border:#979797 1px solid;
	font-size:12px;
	padding:3px 4px 4px 4px;
	height:12px;
	width:140px;
}
.hz-separator{
	background:url(../images/horizontal_dots.gif) repeat-x left bottom;

}
#ContentArea{
	padding: 5px;
}
.divMsgBox
{
    
      background-color: #FEFDCF;
      border: solid 1px #FDAB17;
      margin-top: 5px;
      margin-bottom: 5px;
      
      margin-right: 0px;
      padding-left: 0px;
      padding-bottom: 5px;
      padding-right: 0px;
      padding-top: 5px;
      width: 974px;
}
.divInstruction
{
    
      background-color: #FEFDCF;
      border: solid 1px #FDAB17;
      margin-top: 5px;
      margin-bottom: 5px;
      
      margin-right: 0px;
      padding-left: 5px;
      padding-bottom: 5px;
      padding-right: 0px;
      padding-top: 5px;
      width: 575px;
}


