﻿::-webkit-scrollbar{width:7px; height:7px;}


::-webkit-scrollbar-thumb:hover {background-color:#9c3}
::-webkit-scrollbar-thumb:active {background-color:#00aff0}

/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 10px;  
    background-color: #F5F5F5;  
}  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #555;  
} 

/*window*/
.window_maskdiv{width:1px;height:1px;background-color:#000000;position:absolute; filter:alpha(opacity=5);-khtml-opacity:0.1;-moz-opacity:0.1; opacity:0.1;left:0;top:0;right:0;bottom:0;


}
/*.window_maskdiv{width:1px;height:1px;background-color:#000000;position:absolute; filter:alpha(opacity=5);-khtml-opacity:0.1;-moz-opacity:0.1; opacity:0.1;left:0;top:0;right:0;bottom:0;}
.window_maindiv{position:absolute;background:#ffffff; overflow:hidden; border:1px solid #115fc2; box-shadow:0px 0px 7px #cccccc; filter:progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=120, Strength=3);-moz-box-shadow:0px 0px 7px #cccccc;-webkit-box-shadow:0px 0px 7px #cccccc;}
    */
.window_maindiv{position:absolute;background:#ffffff; overflow:hidden;border-radius:5px;  border: 8px solid rgba(255, 255, 255, 0.50);
            -moz-background-clip: padding;     /* Firefox 3.6 */
            -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
            background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
            box-shadow: 5px 5px 10px #999;  
}
.window_title{height:30px; padding-left:5px; color:#ffffff; padding-right:0px;border-radius:5px 5px 0 0 ; background:#5e5c5c;}
.window_title_title{font-weight:bold; float:left; overflow:hidden; height:30px; line-height:32px;}
.window_title_title_ico{font-weight:bold; float:left; padding-left:16px; height:26px; line-height:32px; overflow:hidden; background:url(img/ico.png) no-repeat left center;}
.window_title_button{float:right; width:30px; cursor:pointer; height:30px; line-height:30px; background:url(img/close.gif) no-repeat center;}
.window_title_button1{float:right; width:30px; cursor:pointer; height:30px; line-height:30px;border-radius:0 5px 0 0 ;  background:#ff0000 url(img/close.gif) no-repeat center; }
.window_title_maxbutton{float:right; width:30px; cursor:pointer; height:30px; line-height:30px; background:url(img/Resize.png) no-repeat center;}
.window_title_maxbutton1{float:right; width:30px; cursor:pointer; height:30px; line-height:30px;border-radius:0 5px 0 0 ;  background:#ff0000 url(img/Resize.png) no-repeat center; }
.window_body{padding:0;}
.window_footer1 {position: fixed; bottom: 0px;} 
.window_resize{ padding:0 2px 2px 0; height:13px;}
.window_resize_img{ height:11px; width:11px; float:right; background:url( img/drag.gif) no-repeat right center; cursor:se-resize;}


/*window*/

.upload_preview img{
    height:250px;
}