.smartBox {
    box-shadow: 0 3px 7px #adabab;
    left: 50%;
    top: 50%;
    margin-right: 0;
    margin-bottom: 0;
    position: fixed;
    border: 1px solid #adabab;
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
}

.smartBox .smartBox_header {
    position: relative;
}

.smartBox_header_border {
    border-bottom: 1px solid #EEEEEE;
    /*padding: 0 15px 0 15px;*/
}

.smartBox_title{
    padding: 0 20px 0 15px;
}

.smartBox_title_move{
    cursor: move;
}

.smartBox_header_close_normal {
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('image/close20x20.png') no-repeat;
}

.smartBox_header_close_circle {
    position: absolute;
    opacity: 0.8;
    filter: alpha(opacity=80);
    top: -16px;
    right: -16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url('image/close_circle_white32x32.png') no-repeat;
    z-index: 888;
}

.smartBox_header_close_normal:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.smartBox_header_close_circle:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.smartBox .smartBox_body {
    overflow: auto;
    float: none;
    margin:5px;
}

.smartBox_img_center {
    position: relative;
}

.smartBox_body_img_center {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.smartBox_footer {
    text-align: left;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    border-top: 1px solid #DDDDDD;
}

.smartBox_footer_padding{
    padding:8px 15px 0 15px;
}


.smartBoxOverlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.smartBoxLoadingImg {
    background: url('image/loading38x38.gif') no-repeat center;
}

.smartBoxLoadingText {
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

.smartbox_drag {
    position:fixed;
    border: 1px dotted #666;
    cursor: move;
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 6px 6px 6px 6px;
}

