﻿div.msgBox
{
    position: fixed;
    z-index: 10000;
    font-family:Verdana;
    width: 430px;
    color: #00335e;
    border-radius: 5px;
    box-shadow:0 0 25px rgba(0, 0, 0, 0.5);
	background-color:#f1f1f1;
	border:solid 5px #fff;
	top:40% !important;
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:transparent;
    opacity:1;
    z-index:9000;
}
div.msgBoxTitle
{
    padding:0 0 0 3%;
    font-size:14px;
    color:#fff;
    width:97%;
	border-radius:5px 5px 0 0;
	line-height:30px;
	background: #5dadea; /* Old browsers */
	background: -moz-linear-gradient(top, #5dadea 0%, #287fc2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dadea), color-stop(100%, #287fc2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5dadea 0%, #287fc2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5dadea 0%, #287fc2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5dadea 0%, #287fc2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5dadea 0%, #287fc2 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dadea', endColorstr='#287fc2', GradientType=0 ); /* IE6-9 */
}
div.msgBoxImage
{
    display: inline-block;
    float: left;
    height: 40px;
    margin: 10px 15px 0;
    width: 40px;
}
div.msgBoxImage img
{
    height:auto;
    width:100%;
}
div.msgBoxContent
{
    display: inline-block;
    float: left;
    font-size: 14px;
    margin: 20px 0;
    width: 340px;
}
div.msgBoxContent p
{
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span 
{
    display: table-cell;
    vertical-align: middle;
    color: #666;
	text-shadow: 1px 1px 0px #fff;
}

div.msgBoxButtons
{
    display: inline-block;
    margin: 0 0 8px;
    text-align: right;
    width: 100%;
}
div.msgBoxButtons input[type='button']:first-child
{
    padding:0px 15px;
	font-size:12px;
	color: #fff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius:5px;
	cursor:pointer;
	line-height:27px;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	margin-right:8px;
	border:solid 1px #8ba50f;
	background: #aed20e; /* Old browsers */
	background: -moz-linear-gradient(top, #aed20e 0%, #9bb80e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aed20e), color-stop(100%, #9bb80e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aed20e 0%, #9bb80e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aed20e 0%, #9bb80e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aed20e 0%, #9bb80e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aed20e 0%, #9bb80e 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aed20e', endColorstr='#9bb80e', GradientType=0 ); /* IE6-9 */
}
div.msgBoxButtons input[type='button']:last-child
{
	padding:0px 15px;
	font-size:12px;
	color: #fff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius:5px;
	cursor:pointer;
	line-height:27px;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	margin-right:8px;
	border:solid 1px #852020;
	background: rgb(215,84,84); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(215,84,84) 0%, rgb(173,61,61) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(215,84,84)), color-stop(100%, rgb(173,61,61))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(215,84,84) 0%, rgb(173,61,61) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(215,84,84) 0%, rgb(173,61,61) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(215,84,84) 0%, rgb(173,61,61) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(215,84,84) 0%, rgb(173,61,61) 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d75454', endColorstr='#ad3d3d', GradientType=0 ); /* IE6-9 */
}
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;
}

.msgBoxContainer {float:left; width:100%;}