*{padding: 0; margin: 0;}


#msgBoxContainer {
	position: fixed;
	background: transparent;
	z-index: 1002;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding:0px;
}

#msgBoxContainer .tl {
	font-size:1px;
	line-height: 1px;
	height: 10px;
	width: 10px;
	background: url('../images/msgbox/tl.png') no-repeat top left;
	behavior: url(iepngfix.htc);
}

#msgBoxContainer .t {
	font-size:1px;
	line-height: 1px;
	height: 10px;
	background: url('../images/msgbox/t.png') repeat-x top;
}

#msgBoxContainer .tr {
	font-size:1px;
	line-height: 1px;
	height: 10px;
	width: 10px;
	background: url('../images/msgbox/tr.png') no-repeat top right;
	behavior: url(iepngfix.htc);
}

#msgBoxContainer .r {
	font-size:1px;
	line-height: 1px;
	width: 10px;
	background: url('../images/msgbox/r.png') repeat-y right;
}

#msgBoxContainer .br {
	font-size:1px;
	line-height: 1px;
	height: 10px;
	width: 10px;
	background: url('../images/msgbox/br.png') no-repeat bottom right;
	behavior: url(iepngfix.htc);
}

#msgBoxContainer .b {
	font-size:1px;
	line-height: 1px;
	height: 10px;
	background: url('../images/msgbox/b.png') repeat-x bottom;
}

#msgBoxContainer .bl {
	font-size:1px;
	line-height: 1px;
	height: 10px;
	width: 10px;
	background: url('../images/msgbox/bl.png') no-repeat bottom left;
	behavior: url(iepngfix.htc);
}

#msgBoxContainer .l {
	font-size:1px;
	line-height: 1px;
	width: 10px;
	background: url('../images/msgbox/l.png') repeat-y left;
}




#msgBoxContent {
	background: #ffffff;
}

#msgBoxText {
	font-size:11px;
	padding-top:5px;
}

#msgBoxHeader {
	color:#397fad;
	padding-right:25px;
	border-bottom: 1px solid #525252;
}

#msgBoxControl {
	padding-top:10px;
}

#msgBoxQuestion {
	color:#397fad;
	padding-right:25px;
}

#msgBoxExit {
	border-bottom: 1px solid #525252;
}

#msgBoxExit a {
	position: relative;
	right: -21px;
	top: -11px;
}

#msgBoxTable {
	
}


* html #msgBoxContainer { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}



#msgBoxHideSelect{
	z-index:990;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #msgBoxHideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

















#confirmBoxContainer {
	position: fixed;
	background: #ffffff;
	z-index: 1002;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding:10px 10px 0px 10px;
	border: 3px solid #666666;
}

* html #confirmBoxContainer { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#confirmBoxHideSelect {
	z-index:990;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #confirmBoxHideSelect { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#confirmBoxContent {
	background: url('../images/popup_background2.jpg') repeat-x;
	font-size:11px;
	border:1px solid #006ea6;
	padding: 5px 10px;
	line-height: 17px;
	color:#000000;
	width: 300px;
}

#confirmBoxControl {
	line-height: 1px;
	font-size: 1px;
}

#confirmBoxControl img {
	margin-left:5px;
}