#interContainer{
	position: absolute;
	/*width: 760px; Width of interstitial box*/
	left: 0;
	top: 0;
	padding-top: 0;
	/*background-color: #d0e47e;
	border: 1px solid black;
	text-align: center;*/
	visibility: hidden;
	z-index: 6;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
	color: gray;
	padding: 5px 0;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
	font-size: 120%;
	text-decoration: none;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
	position: absolute;
	background: black url(/images/blackdot.gif);
	right: 0;
	width: 10px;
	top: 0;
	z-index: 5;
	visibility: hidden;

	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	opacity: 0.8;
}
#closeit {
	background-image: url(../images/closeit.gif);
	background-repeat: no-repeat;
}

/* dialog Cass */
#dialogBoxClose {
	background-image: url(../images/closeit.gif);
	background-repeat: no-repeat;
	cursor:pointer;
	cursor:hand;
}

#dialogBox {
	font-size:12px;
	background-color:#fff;	
	border:1px solid #000;
	z-index:1110;
	display:
}
#dialogBoxBar {
	background-color:#FFB000;
}
#dialogBoxTitle {
	color:#fff;
	cursor:move;
	font-size:12px;
	font-weight:bold;
}
#dialogBody {
	background-color:#FFFFFF;
	color:#000
}

.button {
	border-right: #7b9ebd 1px solid; padding-right: 2px; border-top: #7b9ebd 1px solid; padding-left: 2px; font-size: 12px; filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#ffffff, endcolorstr=#cecfde); border-left: #7b9ebd 1px solid; cursor: hand; color: black; padding-top: 2px; border-bottom: #7b9ebd 1px solid
}
/*style="width:62px;height:22px;border:0;background:url(\'\/images/smb_btn_bg.gif\');line-height:20px;" */

.succeed {
	background:url(../images/ico_writeinfo.gif)	no-repeat;
	width:61px;
	height:61px;	
}

.error {
	background:url(../images/ico_errinfo.gif)	no-repeat;
	width:61px;
	height:61px;	
}
