@CHARSET "UTF-8";


body > .MessageBox.ModalOverlay {
	display: none;
	margin: -125px 0 0 -350px;
	width: 700px;
	background-color: #FFFFFF;
	z-index: 9530;
}

body > .MessageBox.Curtain {
	z-index: 9520;
}

body > .MessageBox {
	position: relative;
}

body > .MessageBox .Close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

body > .MessageBox h1 {
	margin: 0px;
	border-bottom: none;
	padding-left: 35px;
	background: url( /resources/images/global/hook.png?314A3220622513BCCD903B1F7ED78C51 );
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	
	color: #01ac01
}

body > .MessageBox h1.Error {
	color: #CC0000;
	font-size: 24px;
	background: url( /resources/images/global/cross.png?3328854C314C3BDBCE20C2B79D24F0B5 );
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

body > .MessageBox .Title {
	float: left;
	clear: left;
	margin: 30px 30px 0 30px;
	padding-bottom: 15px;
}

body > .MessageBox .Content {
	float: left;
	clear: left;
	margin: 0 30px;
    font-size: 14px;
}

body > .MessageBox .Content li {
	margin: 0;
	padding: 0 0 10px 0;
}

body > .MessageBox .Content li:last-child {
    padding: 0px;
}

body > .MessageBox .Footer {
	float: left;
	height: 100px;
	margin-top: 30px;
	background: #f5f5f5;
	width: 100%;
	border-top: 1px solid #d8d8d8;
}

body > .MessageBox .Footer .Button {
	padding: 12px 25px;
	background-color: #ffad00;
	float: right;
	color: #05164D;
	border-radius: 3px;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 30px;
	cursor: pointer;
}
