﻿div.msgBox
{
    padding: 4px 10px 4px 10px;
    position: fixed;
    z-index: 1000000;
    font-family: 'Open Sans', sans-serif;
    width: 430px;
    min-height:160px;
	background-color:#FFF;
    color:#06F;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
	font-weight:lighter;
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.9;
    z-index:999999;
}
div.msgBoxTitle
{
    padding:5px 0 5px 0; 
    font-size:1.2em;
    font-weight:lighter;
    color:#3c754a;
    width:100%;
  
  font-weight:bold;

}
div.msgBoxImage
{
    margin:20px 5px 0 5px;
    display:inline-block;
    float:left;
  
}
div.msgBoxImage img
{
	margin-right:10px;
}
div.msgBoxContent
{
    font-size:11pt;
    margin:0 3px 6px 3px;
    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:#666;
}

div.msgBoxButtons
{
    display:inline-block;
    width:100%;
    text-align:right;
}







div.msgBoxButtons input[type='button']
{
cursor:pointer;
padding: 3px;
padding-left:5px;
padding-right:5px;
background-color:#7A7A7A;
color:#FFF;
text-align:center;
border: none;
border-bottom:#FFF 1px solid;
border-left:#FFF 1px solid;
border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
font-family: 'Open Sans', sans-serif;
font-weight:lighter;
font-size:14px;
margin-right:5px;
margin-bottom:5px;

}

div.msgBoxButtons input[type='button']:hover
{
background-color:#999;
}
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:300px;
}
div.msgInput input[type='text'],div.msgInput input[type='password']
{
    padding:4px;
    border:1px solid #DFDFDF;
    color:#2f2f2f;
    width:100%;
}
div.msgInput text
{
    color:#2f2f2f;
    font-size:10pt;
}
span.msgInputHeader{
	margin:5px;
	padding:5px;
}
