div.msgBox
{
    padding: 0;
    position: fixed;
    z-index: 9999;
    width: auto;
    min-height:130px;
    height: auto;
    color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
    background:  url(../img/bg_modal.png);
    #background: #fff;
    #border: 1px solid #ccc;
    #padding: 0 !important;
    #margin: 0;
    #position: absolute;
    #width: 500px;
    padding: 10px; 
    max-width: 500px;

}

.msgBox div {
	background: #fff;
}

div.msgBoxBackGround
{
	background: #000;	
    position: absolute;
    top: 0;
    left: 0;
}
div.msgBoxTitle
{
    padding:5px 0 5px 0;
	font: bold 14px Verdana;
    color:#333;
    width:100%;
	text-shadow: 0px 1px 0px #fff;
    border-bottom : 1px solid #ccc !important;
    background: #f4f4f4;
    background: -moz-linear-gradient(center top , #EFEFEF 0%, #D8D8D8 100%) repeat scroll 0 0 transparent;
    padding: 10px 0 10px 0;
    text-align: center !important;
    -webkit-box-shadow: 0px 3px 0px 0px #000 !important;
	-moz-box-shadow: 0px 3px 0px 0px #000 !important;
	box-shadow: 0px 3px 0px 0px #000 !important; 
	#width: 500px;
}
div.msgBoxImage
{
    margin:20px 5px 0 15px;
    display:inline-block;
    float:left;
    height:50px;
    width:50px;
}
div.msgBoxImage img
{
    height:50px;
    width:50px;
}
div.msgBoxContent
{
	font: 14px Arial;
	line-height: 18px;
	color: #666;
    margin:20px 3px 6px 3px;
    display:inline-block;
    float:left;
    width:319px;
    background: #fff;
    
}
div.msgBoxContent p
{
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span 
{
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    margin: auto;
}

div.msgBoxButtons
{
    display:inline-block;
    text-align:center;
    margin:0 0 10px 0;
    width: 100%;
    #clear: both;
}
div.msgBoxButtons input[type='button']
{
	margin: 10px 0 10px 0;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #595959;
	padding: 5px 10px 5px 10px;
	background: -moz-linear-gradient(
		top,
		#f5f5f5 0%,
		#bfbfbf);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f5f5f5),
		to(#bfbfbf));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #a3a3a3;	
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);

}

div.msgBoxInputs
{
    margin:20px 3px 6px 3px;
    width:319px;
	padding-top:2px;
    padding-bottom:2px;
    margin-top:5px;
}
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;
}