

.fixed{
	position:fixed;
	_position:absolute;
}

.e{margin-left:1em;text-indent:-1em;margin-right:1em}
.m{color:blue}
.t{color:#990000}
.tx{font-weight:bold}
.nowrap { overflow: hidden; white-space: nowrap; }

body{ _overflow-y:hidden; }
html{ _overflow-y:scroll; }

#dialogBox .dlgLt{ width:13px; height:33px; background:url(../img/dialog_img/dialog_lt.png); }
#dialogBox .dlgLt{ _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='static/img/dialog_img/dialog_lt.png', sizingMethod='scale'); }

#dialogBox .dlgRt{ width:13px; height:33px; background:url(../img/dialog_img/dialog_rt.png); }
#dialogBox .dlgRt{ _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='static/img/dialog_img/dialog_rt.png', sizingMethod='scale'); }

#dialogBox .dlgLeft{ width:13px; height:33px; background:url(../img/dialog_img/dialog_mlm.png); }
#dialogBox .dlgLeft{ _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='static/img/dialog_img/dialog_mlm.png', sizingMethod='scale'); }

#dialogBox .dlgRight{ width:13px; height:33px; background:url(../img/dialog_img/dialog_mrm.png); }
#dialogBox .dlgRight{ _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='static/img/dialog_img/dialog_mrm.png', sizingMethod='scale'); }

#dialogBox .dlgTitle{ height:33px; line-height:33px; background:url(../img/dialog_img/dialog_ct.png); overflow:hidden; }
#dialogBox .dlgTitle{ _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='static/img/dialog_img/dialog_ct.png', sizingMethod='scale'); }

#dialogBox .dlgLb{ width:13px; height:13px; background:url(../img/dialog_img/dialog_lb.png); }
#dialogBox .dlgLb{ _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='static/img/dialog_img/dialog_lb.png', sizingMethod='scale'); }

#dialogBox .dlgBottom{ height:13px; background:url(../img/dialog_img/dialog_cb.png); overflow:hidden; }
#dialogBox .dlgBottom{ _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='static/img/dialog_img/dialog_cb.png', sizingMethod='scale'); }

#dialogBox .dlgRb{ height:13px; background:url(../img/dialog_img/dialog_rb.png); overflow:hidden; }
#dialogBox .dlgRb{ _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='static/img/dialog_img/dialog_rb.png', sizingMethod='scale'); }



/*

*/
#dialogBox #dlgBtnClose{ width:28px; background:red; cursor:crosshair; }

#dialogBox .dlgTitle .closeBoxBtn{	background:url(../img/dialog_img/dialog_closebtn.gif); float:right; width:28px; height:17px; display:block; cursor:pointer; _position:relative; }
#dialogBox .dlgTitle .closeBoxBtn:hover{ background:url(../img/dialog_img/dialog_closebtn_over.gif); }

#dialogBox #dialogBoxTitle div{ height:9px; overflow:hidden; text-align:left; }
#dialogBox #dialogBoxTitle #dialogBoxTitleTxt{
	margin:0; padding:0;
	font-weight:bold; color:#fff; font-size:12px; line-height:24px; height:24px; overflow:hidden;
	background:url(../img/dialog_img/icon_dialog.gif) no-repeat 3px 5px;
	padding-left:20px; _position:relative;
	cursor:move;
}

