/* CONTACT BOX POP UP*/
/* Mask for background, by default is not display */

#contact-box img {
    float:right;
}

.margin-left {
    margin-left: 8px;
}

.full-width {
    width: 100%;
}

.input {
    border-radius: 4px;
    padding: 12px;
    border: 0;
    font-weight: 300;
    font-size: 13px;
    color: #000;
    background: #f0f0f0;
    margin-bottom: 16px;
}

#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1050;
}

.contact-popup {
    display: none;
    background: #666666;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */
}

img.btn_close {
    /*Position the close button*/
    width: 18px;
    height: 18px;
    float: right;
    margin: -8px -8px 0 0;
    background-color: #666666;
}

#flash {
    border-radius: 4px;
    border: 0px;
    margin-bottom: 5px; 
}
