@charset "UTF-8";

body {
    overflow-x: hidden;
}

div#mfp_hidden {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    width: 1px;
    height: 1px;
}
div.mfp_thanks ul.mfp_caution {
    margin: 0px;
    padding: 0px;
}

div.mfp_thanks ul.mfp_caution li {
    display: block;
    margin: 0px;
    padding: 5px 0px;
    color: #C00;
}

div#mfp_phase_confirm {
    clear: both;
}

div#mfp_overlay {
    position: absolute;
    z-index: 10001;
    display: none;
}

div#mfp_overlay_inner {
    margin: 0px auto;
    padding: 15px;
    max-width: 90%;
    width: 640px;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px #000;
}

div#mfp_overlay_background {
    position: absolute;
    z-index: 10000;
    display: none;
    background-color: #000;
}

div#mfp_loading_screen {
    position: absolute;
    z-index: 20000;
    display: none;
    background-color: #000;
    opacity: 0.8;
}

div#mfp_loading {
    position: absolute;
    z-index: 20001;
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(_images/mfp_loading.gif);
}

div.mfp_err {
    display: none;
    clear: both;
    margin: 5px 0px 0px 0px;
    color: #F00;
    text-align: left;
    font-size: 12px;
    line-height: normal;
}

.mfp_parent_error {
    border: solid 2px #F00;
}

.problem {
    background-color: #FCC;
}

div#mfp_error {
    display: none;
    border: solid 1px #F00;
    background-color: #FEE;
}

div#mfp_error p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
}

div#mfp_error p strong {
    color: #F00;
    font-size: 18px;
}

div#mfp_warning {
    display: none;
    border: solid 1px #F00;
    background-color: #FEE;
}

div#mfp_warning p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
}

div#mfp_warning p strong {
    color: #F00;
    font-size: 18px;
}

div.prefcodeWrapper {
    position: relative;
}

div.prefcodeResult {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    padding: 5px;
    border: solid 1px #CCC;
    background-color: #FFF;
    box-shadow: 0px 0px 5px #CCC;
}

div.prefcodeResult div {
    cursor: pointer;
}

div.prefcodeResult div:hover {
    background-color: #C9EBFB;
}

div.prefcodeResult div.prefcodeNext {
    background-color: #EEE;
    text-align: center;
}

div.prefLoading {
    padding: 60px 100px;
    background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

div.mfpSuggestWrapper {
    position: relative;
}

div.mfpSuggestResult {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    padding: 5px;
    border: solid 1px #CCC;
    background-color: #FFF;
    box-shadow: 0px 0px 5px #CCC;
}

div.mfpSuggestResult div {
    cursor: pointer;
}

div.mfpSuggestResult div:hover {
    background-color: #C9EBFB;
}

div.mfpSuggestResult div.mfpSuggestNext {
    background-color: #EEE;
    text-align: center;
}

div.prefLoading {
    padding: 60px 100px;
    background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

.hidefield {
    overflow: hidden;
    height: 0px;
}

.showfield {
    overflow: visible;
    height: auto;
}