﻿.jquery-msgbox {
    background: repeat-x scroll left bottom transparent;
    font-style: normal;
    padding-bottom: 55px;
}

/*.jquery-msgbox-buttons button[type="submit"]:hover, .jquery-msgbox-buttons input[type="submit"]:hover, .jquery-msgbox-buttons button[type="button"]:hover, .jquery-msgbox-buttons input[type="button"]:hover, .jquery-msgbox-buttons button[type="reset"]:hover, .jquery-msgbox-buttons input[type="reset"]:hover {
    background: url("../images/btn_large_h.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #3F96CF;
}*/

/*.jquery-msgbox-buttons button[type="submit"], .jquery-msgbox-buttons input[type="submit"], .jquery-msgbox-buttons button[type="button"], .jquery-msgbox-buttons input[type="button"], .jquery-msgbox-buttons button[type="reset"], .jquery-msgbox-buttons input[type="reset"] {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    background: url("../images/btn_large.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #1D61A1;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Calibri,Arial;
    font-size: 15px;
    height: 25px;
    padding: 0 0 1px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}*/

.jquery-msgbox-inputs input[type="text"], .jquery-msgbox-inputs input[type="password"] {
    border: 1px solid #B5B6B3;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 10px #E9E9E9 inset;
    color: #8A8A8A;
    display: block;
    font-size: 13px;
    margin: 3px 0 6px;
    padding: 7px 6px;
    width: 95%;
}

.jquery-msgbox-wrapper {
    /*padding: 40px 20px 20px 100px;*/
    padding: 35px 20px 30px 100px;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
}

.jquery-msgbox-buttons {
    bottom: 0;
    padding: 0px 15px 10px;
    position: absolute;
    right: 0;
    text-align: right;
}

    .jquery-msgbox-buttons button, .jquery-msgbox-buttons input {
        cursor: pointer;
        height: 28px;
        margin-left: 10px;
        min-width: 85px;
        padding: 0 14px 0px;
    }

.jquery-msgbox-inputs {
    margin-top: 15px;
}

.jquery-msgbox-label {
    font-size: 11px;
    font-weight: bold;
}

.notification1 {
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    border-radius: 6px 6px 6px 6px;
    display: block;
    float: left;
    font-size: 13px;
    margin: 15px 0 10px;
    padding: 10px 10px 10px 36px;
    position: relative;
    width: 95%;
}

.help {
    background: url("../images/help.png") repeat scroll 0 0 #D5F0FD;
    border-color: #64C3F7;
    color: #665252;
}

.information {
    background: url("../images/information.png") repeat scroll 0 0 #DBE3FF;
    border-color: #A2B4EE;
    color: #585B66;
}

.close {
    position: absolute;
    right: 8px;
    top: 8px;
}


.jquery-msgbox-confirm {
    background: url("../images/confirm.png") no-repeat scroll 20px 20px transparent;
}

.jquery-msgbox-alert
{
background:url("../images/alert.png") no-repeat scroll 20px 20px transparent;
}