﻿div.msgBox
{   
    position: fixed;
    z-index: 1052;
    font-family:lato;
    width: 430px;
    min-height:160px;
    color: #00335e;    
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
    background:#fff !important;
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.9;
    z-index:1051;
}
div.msgBoxTitle
{
    color: #000;
    font-size: 16px;
    margin: 0px;
    padding: 6px 10px;
    background: #eee !important;
}
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:11pt;
    margin:0 auto 6px auto;
    /*display:inline-block;
    float:left;*/
    height:90px;
    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: #555;
    text-align:center;
}

/* Content class for IE7*/

div.msgBoxContentIEOld
{
    font-size:11pt;
    margin:0 auto 6px auto;
    /*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;
        margin-bottom: 15px;
}
div.msgBoxButtons input[type='button']
{
    cursor:pointer;
    background-color: #737371;
  border-radius: 2px;
  border: none;
  font-size: 13px;
  margin: 0px auto 0 auto;
  padding: 0px 18px;
  width: auto;
  font-weight: normal;
  color: #fff;
  margin-right: 15px;
  height: 27px;
  line-height: 27px;
}
div.msgBoxButtons input[type='button']:hover
{
    color: #fff;
  background: #c00000 !important;
  border: 0px solid transparent !important;
}
div.msgBoxButtons input[type='button']:active
{
    color: #fff;
  background: #c00000 !important;
  border: 0px solid transparent !important;
}

div.msgBoxButtons input[type='button']:focus
{
    outline: none; 
    border: solid 2px #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;
    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;
}