div.msgBox {
    font-family: "josefin_sans_light";
    padding: 4px 10px 10px 10px;
    position: fixed;
    z-index: 1050;
    width: 340px;
    min-height: 160px;
    color: #1f1f1f;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
}

div.msgBoxBackGround {
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 1;
    z-index: 999;
}

div.msgBoxTitle {
    font-family: "josefin_sans_light";
    padding: 5px 0 5px 0;
    font-size: 18px;

    color: #1f1f1f;
    width: 100%;
    border-bottom: 2px solid;
    border-color: #e1e3e4;
}

div.msgBoxImage {
    margin: 20px 5px 0 5px;
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px;
}

div.msgBoxImage img {
    height: 40px;
    width: 40px;
}

div.msgBoxContent {
    font-family: "josefin_sans_light";
    padding-top: 20px;
    font-size: 12px;
    line-height: 22px;
    margin: 0 3px 6px 3px;
    display: inline-block;
    float: left;
    min-height: 90px;
    width: 259px;
}

div.msgBoxContent p {
    font-family: "josefin_sans_light";
    padding: 0;
    margin: 0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent b {
    font-weight: bold;
}

div.msgBoxContent span {
    display: table-cell;
    vertical-align: middle;
}

div.msgBoxContent i {
    font-style: italic;
    font-weight: bold;
    color: #ba2129;
}

div.msgBoxContent i.notice {
    font-style: italic;
    font-weight: normal;
    color: #888;
    font-size: 12px;
}

div.msgBoxContent ul, div.msgBoxContent li {
    padding: 0px;
    margin: 0px;
}

/* Content class for IE7*/

div.msgBoxContentIEOld {
    font-size: 11pt;
    margin: 0 3px 6px 3px;
    display: inline-block;
    float: left;
    height: 90px;
    width: 289px;
    position: relative;
}

div.msgBoxContentIEOld p {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
}

div.msgBoxContentIEOld span {
    position: relative;
    top: -50%;
}

/* Content class for IE7*/

div.msgBoxButtons {
    clear: both;
    display: block;
    width: 100%;
    text-align: right;
}

div.msgBoxButtons input[type='button'] {
    cursor: pointer;
    margin: 2px;
    height: 25px;
    width: 60px;
    border: 0px solid;
    background: #ba2129;
    font-size: 11px;
    font-family: "josefin_sans_light";
    text-transform: uppercase;
    line-height: 14px;
    color: #fff;
    outline: none;
}

div.msgBoxButtons input[type='button']:hover {
    background: #98131a;
    color: #fff;
}

div.msgBoxButtons input[type='button']:active {
    background: #98131a;
}

div.msgBoxButtons input[type='button']:focus {
    outline: none;
    border: solid 0px #FFCC66; /* replace outline by a border */
    -o-transform: rotate(0); /*remove opera outline*/
}

div.msgBoxButtons input[type='button']::-moz-focus-inner /*remove firefox inner outline*/
{
    outline: none;
    border: none;
}

div.msgBoxInputs {
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
}

div.msgBoxInputs select {
    -webkit-appearance: menulist !important;
}

div.msgInput input[type='text'], div.msgInput input[type='password'] {
    padding: 4px;
    border: 1px solid #DFDFDF;
    color: #2f2f2f;
    width: 180px;
}

div.msgInput text {
    color: #2f2f2f;
    font-size: 10pt;
}

@media (min-width: 410px) {
    div.msgBox {
        width: 400px;
    }

    div.msgBoxImage {
        margin: 20px 5px 0 5px;
        display: inline-block;
        float: left;
        height: 75px;
        width: 75px;
    }

    div.msgBoxImage img {
        height: 75px;
        width: 75px;
    }

    div.msgBoxContent {
        font-size: 16px;
    }

    div.msgBoxTitle {
        font-size: 20px;
    }

    div.msgBoxButtons input[type='button'] {
        height: 35px;
        width: 90px;
        font-size: 14px;
        line-height: 16px;
    }
}
