﻿div.msgBox
{
    padding: 4px 10px 4px 10px;
    position: fixed;
    z-index: 9999;
    font-family: Tahoma;
    width: 380px;
    min-height: 90px;
    color: #78629c;
    -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-image: url('images/msgBoxBackGround.png');
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.9;
    z-index:9998;
}
div.msgBoxTitle
{
    padding:5px 0 5px 0;
    font-variant:small-caps;
    font-size:14pt;
    font-weight:lighter;
    color:#78629c;
    width:100%;
    border-bottom : 1px solid #78629c;
}
div.msgBoxImage
{
    margin:20px 5px 0 5px;
    display:inline-block;
    float:left;
    height:60px;
    width:60px;
}
div.msgBoxImage img
{
    height:60px;
    width:60px;
}
div.msgBoxContent
{
    font-size:13pt;
    margin:0 3px 6px 3px;
    display: inline-block;
    float:left;
		height: 90px;
    width:300px;
}
div.msgBoxContent p
{
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span 
{
    font-size:11pt;
		line-height: 19px;
		display: table-cell;
    vertical-align: middle;
    color: #666;
}

div.msgBoxButtons
{
    display:inline-block;
    width:100%;
    text-align:right;
}
div.msgBoxButtons input[type='button']
{
    text-transform: uppercase;
		cursor:pointer;
    margin:2px;
    height:30px;
		padding: 5px;
    width:auto;
    border:1px solid #AFAFAF;
    background-color:#78629c;
    color:#FFFFFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
div.msgBoxButtons input[type='button']:hover
{
    background-color:#ccc;
    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;
}

@media screen and (max-width: 420px) {
	div.msgBox { width: 88%!important; min-width: auto!important; min-height: 40px!important; padding: 5px!important;}
	div.msgBoxContent { min-width: auto!important; min-height: 20px!important; }
	div.msgBoxImage { margin:10px 5px 0 5px; height:40px; width:40px; }
	div.msgBoxImage img { height:40px; width:40px; }
}
