div.msgBox
{
    padding: 4px 10px 4px 10px;
    position: fixed;
    z-index: 1000;
    font-family: Arial,Helvetica,sans-serif;
    width: 430px;
    color: #00335e;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.9;
    z-index:999;
}
div.msgBoxTitle
{
    padding:5px 0 5px 0;
    font-size:14pt;
    font-weight:lighter;
    color:#BB7722;
    width:100%;
    border-bottom : 1px solid #E0E0E0;
    text-align: center;
}
div.msgBoxImage
{
    margin:3px 10px 0 5px;
    display:inline-block;
    float:left;
    height:21px;
    width:24px;
}
div.msgBoxImage img
{
    height:21px;
    width:24px;
}
div.msgBoxContent
{
    font-size:12pt;
    margin:0 3px 0 3px;
    display:inline-block;
    float:left;
    width:319px;
}
div.msgBoxContent p
{
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span
{
    display: table-cell;
    vertical-align: middle;
    color: #666;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.msgBoxButtons
{
    display:inline-block;
    width:100%;
    text-align:right;
    border-top: 1px solid #E0E0E0;
    padding-top: 5px;
}
div.msgBoxButtons input[type='button']
{
    font-size: 16px;
    cursor:pointer;
    margin:6px;
    height:30px;
    width:90px;
    border: 1px solid #997700;;
    background-color: #BB7722;
    color:#FFFFFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 2px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);

}
div.msgBoxButtons input[type='button']:hover
{
    background-color: #ad6f18;
    color: white;
    border: 1px solid #666;;

}
div.msgBoxButtons input[type='button']:active
{
    background-color:#AAAAAA;
    color: white;
}

div.msgBoxInputs
{
    margin:0 auto;
    padding-top:2px;
    padding-bottom:2px;
    margin-top:5px;
    width:195px;
}
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;
}