.nor_offer
{
}

#nor_overlay
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    min-height: 100%;
    margin: auto;
    text-align: center;
}

.nor_form
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width:540px;
    min-height: 270px;
    background-color: #ffffff;
    border: solid 7px #777;
    position: relative;
    padding: 30px 20px 20px;
}

.nor_form p, .nor_form form
{
    margin: 0 0 20px;
}

.nor_form p
{
    text-align: justify;
}

.nor_close
{
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    border: solid 1px #888888;
    padding: 1px 5px;
    cursor: pointer; cursor: hand;
}

.nor_select
{
    max-width:430px;
    padding: 4px;
}