div.msgBox
{
    padding: 0px 0px 0px 0px;
    position: fixed;
    z-index: 1050;
    width: 31%;
    color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 0;
    -moz-box-shadow: 0px 8px 11px #aba8a8;
    -webkit-box-shadow: 0px 8px 11px #aba8a8;
    box-shadow: 0px 8px 11px #aba8a8;
    top: 30%!important;
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:
    absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color: #000000;
    opacity:0.9;
    /* pointer-events:none; */
    z-index: 999;
}
div.msgBoxTitle
{
    padding: 5px 10px 5px 10px;
    /* font-variant:small-caps; */
    font-weight: lighter;
    color: #ffffff;
    width:100%;
    border-bottom: 1px solid #ffffff;
    border-radius: 0px;
    background: #332d2d;
    font-size: large;
}
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
{

    margin: 39px 3px 6px 3px;
    display:
    inline-block;
    float:
    left;
    height:90px;
    width: 70%;
}
div.msgBoxContent p
{
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
}

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

/* Content class for IE7*/

div.msgBoxContentIEOld
{
 
    margin:0 3px 6px 3px;
    display:inline-block;
    float:left;
    height:90px;
    width:319px;
	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
{
    display:inline-block;
    width:100%;
    text-align:right;
    padding: 10px;
}
div.msgBoxButtons input[type='button']
{
    cursor:pointer;
    margin:2px;
    /* height:35px; */
    width:90px;
   
    /* background-color:#004076; */
    /* color:#FFFFFF; */
    -moz-border-radius: 6px;
    /* -webkit-border-radius: 6px; */
    /* border-radius: 6px; */
    /* outline: none; */
         background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
    color:black
}
div.msgBoxButtons input[type='button']:hover
{
    background-color: #f5a124;
    color: #f5a124;
}
div.msgBoxButtons input[type='button']:active
{
    background-color:#AAAAAA;
    /* color: #606060; */
}

div.msgBoxButtons input[type='button']:focus
{
    outline: none;
    border: solid 2px #707070; /* 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;
    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;
 
}