﻿div.msgBox
{
    /*padding: 4px 10px 4px 10px;*/
    position: fixed;
    z-index: 9999;
    width: 200px;
    min-height:160px;
    color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 4px;
    box-shadow: 0 0 0 5px rgba(4, 59, 121, 0.8);
    -moz-box-shadow: 0 0 0 5px rgba(4, 59, 121, 0.8);
    -webkit-box-shadow: 0 0 0 5px rgba(4, 59, 121, 0.8);
    background:#e8e8e8;
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    /*position:absolute;*/
    position:fixed;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.9;
    z-index:9999;
}
div.msgBoxTitle
{
    border-radius:1px 1px 0px 0px;	
	background:#137abe;
	background:-moz-linear-gradient(top, #158bc9, #0d54a5);
	background:-webkit-linear-gradient(top, #158bc9, #0d54a5);
	background:-o-linear-gradient(top, #158bc9, #0d54a5);
	background:-ms-linear-gradient(top, #158bc9, #0d54a5);
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	line-height:39px;
	padding:0px 5px 0px 10px;
	border-radius:4px 4px 0px 0px;
	font-family:Verdana, Helvetica, Sans-Serif;
	
}
div.msgBoxImage
{
    margin:20px 5px 0 5px;
    /*display:inline-block;*/
    display:none;
    float:left;
    height:75px;
    width:75px;
}
div.msgBoxImage img
{
    height:75px;
    width:75px;
}
div.msgBoxContent{
   /*font-size:11pt;
    margin:0 3px 6px 3px;
    display:inline-block;
    float:left;
    height:90px;
    width:319px;*/   
    margin:10px;
    padding:20px 10px;    
    border-radius:4px;
    /*background:#fff;
    box-shadow:0px 1px 5px #ddd;*/
}
div.msgBoxContent p
{
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
      text-indent:0px;
}

div.msgBoxContent span 
{
    display: table-cell;
    vertical-align: middle;
    /*color: #00335e;*/
    color:#4E6D8F;
}
  
div.msgBoxButtons
{
  /*  display:inline-block;
    width:100%;*/
     background:#dde4e8;
	background:-moz-linear-gradient(top, #e8ecef, #d8e0e5);
	background:-webkit-linear-gradient(top, #e8ecef, #d8e0e5);
	background:-o-linear-gradient(top, #e8ecef, #d8e0e5);
	background:-ms-linear-gradient(top, #e8ecef, #d8e0e5);
	border-top:1px solid #90b0c3;
	/*line-height:40px;*/
	padding:6px 10px;
	border-radius:0px 0px 6px 6px ;	
    text-align:right;
}
div.msgBoxButtons input[type='button']
{
    margin-right:2px;
}
div.msgBoxButtons input[type='button']:hover
{
    background-color:#00549c;
    color:White;
}
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;
}
















