#modal_overlay {
    background: #000;
    display: none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.lightbox {
    background: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: none;
    position: relative;
    width: 400px;
    visibility: hidden;
    z-index: 99;
}
.lightbox.open { visibility: visible; }
.lightbox .close {
    background: url('../../static/img/icon_popup_close.png') no-repeat;
    cursor: pointer;
    display: block;
    height: 14px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 15px;
}
.lightbox .inner { padding: 30px; }
.lightbox h2 { margin-bottom: 20px!important; padding: 0!important; }

.modal_pop .field { margin-bottom: 15px; position: relative; }
.ie7 .fields { margin-bottom: 15px; }
.modal_pop .fields .field { float: left; }
.modal_pop .field.last { margin-right: 0; }
.modal_pop .field label {
    display: block;
    font-family: 'PTSansBold', arial;
    font-size: 1.3em;
    line-height: 15px;
    margin-bottom: 5px;
}
.modal_pop .field.text input, .modal_pop .field.text textarea {
    border: 1px solid #dce0e0;
    color: #716F73;
    font-family: 'PTSansRegular', arial;
    font-size: 1.3em;
}
.modal_pop .field.text input { height: 32px; padding: 0 6px; }
.ie7 .modal_pop .field.text input, .ie8 .modal_pop .field.text input { line-height: 32px; }
.modal_pop .field.text textarea { padding: 4px 6px; }
.modal_pop .field.opt input { display: none; }
.modal_pop .field.opt input + label {
    background: url('../../static/img/form_checkbox.png') no-repeat left top;
    cursor: pointer;
    display: block;
    float: left; 
    font-family: 'PTSansRegular', arial;
    font-size: 1.2em;
    line-height: 17px;
    margin-bottom: 0;
    padding-left: 20px;
}
.modal_pop .field.opt input:checked + label {
    background: url('../../static/img/form_checkbox_selected.png') no-repeat left top;
}

.overridden .modal_pop .field.opt input:checked + label {
    background: url('../../static/img/form_checkbox_selected_m.png') no-repeat left top;
}

.ie7 .modal_pop .field.opt input:checked + label, .ie8 .modal_pop .field.opt input:checked + label { height: auto; line-height: auto; }
.ie7 .modal_pop .field.opt input, .ie8 .modal_pop .field.opt input { display: block; float: left; margin-right: 5px; }
.ie7 .modal_pop .field.opt label, .ie8 .modal_pop .field.opt label { background: none; padding-left: 0; }
.ie7 .modal_pop .field.opt label { margin-top: 3px; }
.modal_pop .field.radio input { display: inline; margin-right: 5px; }
.modal_pop .field.radio label { cursor: pointer; display: inline; height: auto; }
.modal_pop .field.select select {
    background: #fff;
    border: 1px solid #dce0e0;
    color: #716F73;
    font-family: 'PTSansRegular', arial;
    font-size: 1.3em;
    line-height: 34px;
    height: 34px;
    padding: 7px 5px 5px 5px;
}
.modal_pop .field .note { font-size: 1.2em; line-height: 1.3em; margin-bottom: 5px!important; }
ul li .arrow {
    height: 8px;
    left: -13px;
    position: absolute;
    top: 2px;
    width: 10px;
}