﻿div.msgBox {
	position:fixed;
	z-index:1050;
	width:440px;
	/*min-height:160px;*/
	text-align: center;
	color:#00335e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:0 0 11px #000;
	-webkit-box-shadow:0 0 11px #000;
	box-shadow:0 0 11px #000;
	background:#fff
}
div.msgBoxBackGround {
	top:0;
	left:0;
	position:absolute;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.8!important;
	z-index:999
}
div.msgBoxTitle {
	padding: 10px 0;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    background: #6f319d;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
}
div.msgBoxImage {
	margin:15px 5px 0;
	display:inline-block;
	float:left;
	height:75px;
	width:75px
}
div.msgBoxContent {
	/*font-size:9pt;
	margin: 10px 2px 15px;
	display:inline-block;
	float:left;
	height:90px;*/
	width:350px;
	margin: 0 auto;
}
div.msgBoxContent p {
	padding:0;
	margin:0;
	display:table;
	height:100%;
	width:100%;
    font-size: 15px;
	color:#4b4b4b;
    line-height: 22px;
    font-weight: 600;
}
div.msgBoxContent span {
	display:table-cell;
	color: #484848;
	
}
div.msgBoxContentIEOld {
	font-size:11pt;
	margin:0 3px 6px;
	display:inline-block;
	float:left;
	height:90px;
	width:319px;
	position:relative
}
div.msgBoxContentIEOld p {
	padding:0;
	margin:0;
	position:absolute;
	top:50%
}
div.msgBoxContentIEOld span {
	position:relative;
	top:-50%
}
div.msgBoxButtons {
	display:inline-block;
	width:100%;
	text-align:center;
	margin-bottom:0;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-webkit-box-shadow:inset 0 1px 0 #fff;
	-moz-box-shadow:inset 0 1px 0 #fff;
	box-shadow:inset 0 1px 0 #fff
}
div.msgBoxButtons input[type=button] {
	cursor:pointer;
	margin:5px;
	height:32px;
	width:90px;
	background: rgba(247, 147, 38, 1);
	border: 1px solid rgba(247, 147, 38, 1);
    
    font-weight: 600;
    font-size: 15px;
	color:#FFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	outline:0
}
div.msgBoxButtons input[type=button]:active, div.msgBoxButtons input[type=button]:hover {
	background: rgba(247, 147, 38, 1);
	color:#fff
}
div.msgBoxButtons input[type=button]:focus {
	outline:0;
	border:2px solid rgba(247, 147, 38, 1);
	-o-transform:rotate(0)
}
div.msgBoxButtons input[type=button]::-moz-focus-inner {
outline:0;
border:none
}
div.msgBoxInputs {
	margin:5px auto 0;
	padding-top:2px;
	padding-bottom:2px;
	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 {
	padding:15px;
	clear: both;
	min-height: 100px;
}
/*body.registration .msgBoxContainer { min-height: 150px;}*/
