
div.msgBox
{
    padding: 20px;
    position: fixed;
    z-index: 2050;
    font-family:Verdana;
    width: 30em;
    /* min-height: 126px; */
    font-size: 0.7rem;
    background-color: #fff;
    color: 99999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
 
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
  background-color: rgba(0,0,0,.4);
    opacity:0.9!important;
    z-index:999;
}
div.msgBoxContainer {text-align: center; margin-top:0px;}
div.msgBoxTitle
{
    padding:5px 0 5px 0;
    font-variant:small-caps;
    font-size:16pt;
    font-weight:lighter;
    color:#00335e;
    width:100%;
    border-bottom : 1px solid #002c5f;
}
div.msgBoxImage
{
    margin:0px 5px 0 5px;
    display:inline-block;
    width:auto; vertical-align: top; 
}
div.msgBoxImage .fa
{
    font-size: 20px;
}
div.msgBoxContent
{
    font-size:11pt;
    margin:0 3px 6px 3px;
    display:inline-block; 
}
div.msgBoxContent p
{
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
}



div.msgBoxContent span 
{
    display: table-cell;
    vertical-align: middle;
font-size: 14px;
}



/* 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; padding-top: 0px;
}
div.msgBoxButtons input[type='button']
{
    cursor:pointer;
    margin:2px;
    padding: 6px 15px;
    font-size: 13px;
    background: #f26f27;
    background: -moz-linear-gradient(top, #fd7e38 0%, #f26f27 100%);
    background: -webkit-linear-gradient(top, #fd7e38 0%,#f26f27 100%);
    background: linear-gradient(to bottom, #fd7e38 0%,#f26f27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7e38', endColorstr='#f26f27',GradientType=0 );
    color:#fff;
    border-radius:4px;
    box-shadow:1px 1px 1px rgba(0,0,0,0.2);
    border-color:#e66620 !important;
    border-width:1px !important;
    outline: none;
}
div.msgBoxButtons input[type='button']:hover
{
    background-color:#00549c;
    color:White;
}
div.msgBoxButtons input[type='button']:active
{
    background-color:#AAAAAA;
    color:White;
}

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;
}

p.result {padding-top: 10px !important;}

.productNameHeader  h2{
    font-size: 20px;
}