#dialog_clos{
position:relative;
margin:-15px 0 0 0;
float:right;
font-size:12px;
height:30px;
width:20px;
background:url("closed.png") no-repeat left bottom;
display:block;
cursor:pointer;
}
#dialog_clos:hover{
background:url("closed.png") no-repeat left top
}
#okno{
z-index:1500;
display:none;
position:fixed;
left:0px;
top:0px;
width:100%;
height:100%;
background:url("shadow.png");
opacity:0.1;
filter:alpha(opacity=10);
}
#tdialog{
margin:0 auto;
border-collapse:collapse;
border-spacing:0px
}
#tdialog td{
padding:0px;
margin:0px;
}
#tdialog .ul{
width:15px;
height:15px;
background:url("bg.png") no-repeat left top;
}
#tdialog .uc{
height:15px;
background:#ffffff;
}
#tdialog .ur{
width:15px;
height:15px;
background:url("bg.png") no-repeat right top;
}
#tdialog .ml{
width:15px;
height:15px;
background:#ffffff;
}
#tdialog .mc{
background:#ffffff;
}
#tdialog .mr{
width:15px;
height:15px;
background:#ffffff;
}
#tdialog .bl{
width:15px;
height:15px;
background:url("bg.png") no-repeat left bottom;
}
#tdialog .bc{
height:15px;
background:#ffffff;
}
#tdialog .br{
width:15px;
height:15px;
background:url("bg.png") no-repeat right bottom;
}
#dialogoverflow{
overflow:hidden;
width:1px;
height:1px;
}
#dialogoverflow *{
margin:5px;
}

.loadingdialog{
background:url("loading.gif") no-repeat left top;
height:32px;
float:left;
display:block;
padding:10px 0 0 40px;
}






















#moveokno{
display:none;
position:absolute;
z-index:1000000;
}
.hidedialog{
display:none;
}

.blacktdialog{
border-collapse:collapse;
border-spacing:0px
}
.blacktdialog td{
padding:0px;
margin:0px;
}
.blacktdialog .ul{
width:15px;
height:15px;
background:url("blackbg.png") no-repeat left top;
}
.blacktdialog .uc{
height:15px;
background:url("shadow.png");
}
.blacktdialog .ur{
width:15px;
height:15px;
background:url("blackbg.png") no-repeat right top;
}
.blacktdialog .ml{
width:15px;
height:15px;
background:url("shadow.png");
}
.blacktdialog .mc{
background:url("shadow.png");
color:#ffffff;
font-size:10px;
font-family:verdana;
}
.blacktdialog .mr{
width:15px;
height:15px;
background:url("shadow.png");
}
.blacktdialog .bl{
width:15px;
height:15px;
background:url("blackbg.png") no-repeat left bottom;
}
.blacktdialog .bc{
height:15px;
background:url("shadow.png");
}
.blacktdialog .br{
width:15px;
height:15px;
background:url("blackbg.png") no-repeat right bottom;
}


.resize{
 background:url("resize.gif") no-repeat left top;
 width:11px;
 height:11px;
 float:right;
 -moz-user-select: none;
 -khtml-user-select: none;
 user-select: none;
}
#resize_dialog{
 width:640px;
 height:400px
}



.filesmedia{
 clear:both;
 display:block;
 margin:0 auto;
 width:300px;
 text-align:left;
text-decoration:none;
}
.filesmedia span{
 background:transparent url(files.png) no-repeat scroll left top;
 height:50px;
 width:300px;
 color:#FFFFFF;
 display:block;
 line-height:32px;
 font-size:16px;
 padding:10px 0 0 50px;
 text-decoration:none;
 margin:0 auto;
 font-weight:bold;
}
.filesmedia span u{
 text-decoration:none;
 font-weight:normal;
 color:#ccc;
}
.filesmedia:hover{
 opacity:0.7;
 filter:alpha(opacity=70);
 text-decoration:none;
}
.filesmedia:hover span{
 text-decoration:none;
 color:#ededed;
}