@import url(https://fonts.googleapis.com/css?family=Lato);
div.msgBox {
    font-family: 'Lato', sans-serif;
    background-color: #1a9879;
    padding: 0px 0px 20px;
    position: fixed;
    z-index: 10000;
    font-family:Verdana;
    width: 430px;
    min-height:175px;
    color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 4px #000000;
    -webkit-box-shadow: 0px 0px 4px #000000;
    box-shadow: 0px 0px 4px #000000;
    overflow: hidden;
}
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: 0px 20px; 
    font-size:14px;
    font-weight:300;;
    color:#1a9879;
    width:100%;
    line-height: 38px;
    background-color: #334049;
    text-align: center;
    margin-bottom: 20px;
}
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 { 
    text-align: center;
}
div.msgBoxContent h3 { 
    color: #a2ead8;
    font-size: 18px; 
    font-weight: 400;
    padding-bottom: 8px;
}
div.msgBoxContent h4 { 
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 400; 
    padding-bottom: 20px;    
}
 
/* Content class for IE7*/

div.msgBoxContentIEOld {
    font-size:11pt;
    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:center;
}
div.msgBoxButtons input[type='button'] {
    cursor:pointer;
    height:28px;
    line-height: 22px;
    width:105px;
    background-color:#ffe27d;
    color:#334049;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    margin: 0px 10px;
}
div.msgBoxButtons input[type='button']:last-child {
    height:28px;
    width:auto;;
    background-color: transparent;
    color:#5dcbb0; 
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    margin: 0px;
    font-style: italic;
    text-decoration: underline;

}
div.msgBoxButtons input[type='button']:focus {
    outline: none; 
    -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;
    font-size:10pt;
}