﻿

div {
    font-size: 12px;
}

.f-oh {
    overflow: hidden;
    zoom: 1;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.popupBg {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgb(93, 90, 90);
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}

.popupShow {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 1002;
    overflow: hidden;
    width: auto;
}

.errorIcon {
    width: 32px;
    height: 32px;
    background-image: url(../images/error.png);
    position: absolute;
    left: 30px;
    top: 30px;
}

.infoIcon {
    width: 32px;
    height: 32px;
    background-image: url(../images/info.png);
    position: absolute;
    left: 30px;
    top: 30px;
}

.rightIcon {
    width: 32px;
    height: 32px;
    background-image: url(../images/right.png);
    position: absolute;
    left: 30px;
    top: 30px;
}

.questionIcon {
    width: 32px;
    height: 32px;
    background-image: url(../images/question.png);
    position: absolute;
    left: 30px;
    top: 30px;
}

.warningIcon {
    width: 32px;
    height: 32px;
    background-image: url(../images/warning.png);
    position: absolute;
    left: 30px;
    top: 30px;
}

.popup_area_content {
    z-index: 999;
}

.popup_wrap {
    width: 386px;
    margin: 0 auto;
    padding: 10px;
    background: #d9d9d9;
}

.popup_title_background {
    height: 32px;
    cursor: move;
    background: url(../images/pop_bg.jpg) repeat-x;
    padding: 0 10px;
}

.popup_title {
    color: #333333;
    line-height: 32px;
    font-weight: bold;
}

.popup_cancel_icon {
    background: url('/Content/temai/img/common.png') no-repeat scroll 0% 0% transparent;
    ;
    width: 10px;
    height: 10px;
    background-position: -225px -90px;
    overflow: hidden;
    margin-top: 10px;
    cursor: pointer;
}

.popup_remind {
    background: #fff;
    height: auto;
    position: relative;
    min-height: 130px;
    height: 100%;
    _height: 130px;
}

.popup_remind_text {
    color: #666666;
    line-height: 32px;
    position: absolute;
    left: 70px;
    top: 30px;
}

.popup_submit_area {
    height: 40px;
    background-color: #fbfbfb;
    padding: 0;
}

.popup_operation_button {
    padding-top: 6px;
}

.popup_operation_button_sure {
    background: url('../images/shouhuodi_bn.jpg') repeat scroll 0% 0% transparent;
    color: #FFF;
    cursor: pointer;
    width: 60px;
    height: 24px;
    margin-right: 6px;
}

.popup_operation_button_cancel {
    background: url('../images/shouhuodi_bnh.png') repeat scroll 0% 0% transparent;
    color: #000;
    cursor: pointer;
    width: 66px;
    height: 24px;
    margin-right: 6px;
}
