﻿div.msgBox
{
	padding: 4px 7px 4px 7px;
    position: fixed;
    z-index: 10000;
    width: 430px;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
	
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.1;
    z-index:999;
}
div.msgBoxImage
{
    margin-top:4px;
    display:inline-block;
    float:left;
    height:32px;
    width:33px;
}
div.msgBoxImage img
{
    height:32px;
    width:33px;
}
div.msgBoxContent
{
    float:left;
    width:380px;
	padding:5px;
}
div.msgBoxContent p
{
	FONT-SIZE:12px;
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
	FONT-VARIANT:normal;
	TEXT-DECORATION:none;
	text-transform:none;
	color:#fff;
    padding:0;
    margin:0;
    display: table;
}

div.msgBoxContent span 
{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}