#TB_window {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_window {
    position: fixed; /*background: #ffffff;*/
    background-color: transparent;
    z-index: 102;
    color: #000000;
    display: none;
    border: 0px solid #525252;
    text-align: left;
    top: 50%;
    left: 50%; /*opacity: 0.75;*/
}

#TB_ajaxContent {
    overflow: visible;
}

#TB_title {
    display: none;
}

.prompt_green_box .t {
    background: url(../images/thick_green_box.png) no-repeat top right;
}

.prompt_green_box .t h1 {
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 0px;
    line-height: 24px;
}

.prompt_green_box .t span {
    display: block;
    height: 24px;
    background: url(../images/thick_green_box.png) no-repeat top left;
    margin-right: 5px;
}

.prompt_green_box .t .header {
    background-color: transparent;
    text-align: left;
    font-size: 14px;
    margin-left: 20px;
}

.prompt_green_box .t .header h1 {
    color: #fff;
    float: left;
    text-align: left;
    margin: 0 0 0 0px;
    line-height: 24px;
}

.prompt_green_box .t .header a {
    float: right;
    margin: 4px 4px 0px 0px;
}

.prompt_green_box .t .header a img {
    background-color: #fff;
}

.prompt_green_box .m {
    color: #ccc;
    padding: 4px 0 0 0;
    background: url(../images/thick_box_bg.png) repeat-y right #fff;
    display: block;

}

.prompt_green_box .m_iframe {
    color: #ccc;
    padding: 0 0 0 0px;
    background: url(../images/thick_box_bg.png) repeat-y left #fff;
    display: block;
    margin-left: 0px;
    margin-right: 0px; /*margin-right: 2px;*/
    width: 529px;
}

.prompt_green_box .m span {
    background: url(../images/thick_box_bg.png) repeat-y left #fff;
    display: block;
    padding: 5px 6px 5px 10px;
    margin-top: -4px;
    margin-right: 2px;
}

.prompt_green_box .b {
    color: #ccc;
    background: url(../images/thick_green_box.png) no-repeat right -25px;
    display: block;
}

.prompt_green_box .b span {
    display: block;
    margin-right: 8px;
    height: 8px;
    background: url(../images/thick_green_box.png) no-repeat left -25px;
    overflow: hidden;
}

.title {
    width: 450px;
    text-align: left;
    padding: 2px 10px;
}

.title h1 {
    font-size: 12px;
    color: #666;
    line-height: 18px;
}

.panel_button {
    height: 26px;
    padding: 20px 0 0 0;
}

.thickbox_button {
    float: right;
    height: 26px;
    width: 82px;
    background: url("../images/button_sprite.png") no-repeat;
    display: block;
    line-height: 61px;
    overflow: hidden;
    color: #ffffff;
    padding-right: 5px;
}

.button_ok {
    background-position: 0 -1039px;
    width: 76px;
}

.button_ok:hover {
    background-position: 0 -1065px;
}

.button_yes {
    background-position: 0 -1091px;
}

.button_yes:hover {
    background-position: 0 -1117px;
}

.button_no {
    background-position: 0 -1143px;
    width: 220px;
}

.button_no:hover {
    background-position: 0 -1169px;
}

.thick_box {
    text-align: center;
    width: 610px; /*height: 400px;*/
}

.thick_box h2 {
    color: #FFFFFF;
    line-height: 18px;
}

.thick_box .t {
    text-align: left;
    padding-left: 10px;
    padding-top: 8px;
    height: 25px;
    background: url("../images/thickbox/popbox_header.png") no-repeat transparent;
}

.thick_box .close {
    background: url("../images/thickbox/popbox_cross.png") no-repeat transparent;
    float: right;
    height: 31px;
    width: 31px;
    margin-top: -40px;
    margin-right: -15px;
    cursor: pointer;
}

.thick_box .b {
    background: url("../images/thickbox/popbox_bottom.png") no-repeat transparent;
    height: 10px;
}

.thick_box .c {
    padding: 10px;
    background-color: #FFFFFF;
}
