.userRegister .dst {
    position: relative;
    float: left;
    width: auto;
    background: gray;
}

.userRegister .right_popup {
    width: 340px;
    position: absolute;
    right: -360px;
    top: 0px;
    display: none;
    opacity: 0.0;
    filter: alpha(opacity = 0);
}

.rightPopup .left_str {
    width: 7px;
    height: 20px;
    position: absolute;
    left: -7px;
    top: 6px;
    border: none;
    overflow: hidden;
}

.rightPopup .left_str .up, .rightPopup .left_str .down {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 0px;
}

.rightPopup .blue_st .up {
    border-bottom: 7px solid #0066CC;
}

.rightPopup .blue_st .down {
    border-top: 7px solid #0066CC;
}

.rightPopup .left_str .up {
    border-left: 7px solid transparent;
}

.rightPopup .left_str .down {
    top: 7px;
    border-left: 7px solid transparent;
}

.rightPopup .in {
    padding: 6px;
    padding-left: 10px;
    color: #fff;
    height: 17px;
    border: none;
}

.rightPopup .blue_bg {
    background: #0066CC;
}