﻿/* Panel progress */
.ProgressPanel
{
	width:200px;
	height:76px;
}
.ProgressPanel .message
{
	height:24px;
	color:#FFF;
	font-size:18px;
	line-height:24px;
	text-align:center;
}
.ProgressPanel img
{
	display:block;
	width:32px;
	height:32px;
	margin:20px auto 0;
}
.progress
{
	height:24px;
	color:#cb3525;
	line-height:24px;
}
.progress img
{
	margin:0 5px;
	vertical-align:middle;
}

/* modal panels*/
.bgModal
{
	background:url(/Images/bgModal.png) repeat;
}
* html .bgModal
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/bgModal.png', sizingMethod='scale');
}
.ModalPanel
{
	width:640px;
}
.ModalPanelHeader
{
	width:640px;
	height:4px;
	background:url(/Images/bgModalPanelHeader.png) no-repeat;
	overflow:hidden;
}
* html .ModalPanelHeader
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgModalPanelHeader.png', sizingMethod='crop');
}
.ModalPanelBody
{
	width:640px;
	background:url(/Images/bgModalPanelBody.png) repeat-y;
}
* html .ModalPanelBody
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgModalPanelBody.png', sizingMethod='scale');
}
.ModalPanelFooter
{
	width:640px;
	height:15px;
	background:url(/Images/bgModalPanelFooter.png) no-repeat;
	overflow:hidden;
}
* html .ModalPanelFooter
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgModalPanelFooter.png', sizingMethod='crop');
}
.ModalContentHeader
{
	width:620px;
	height:61px;
	margin:0 auto;
	background:url(/Images/bgModalContentHeader.png) no-repeat;
	position:relative;
}
.ModalContentBody
{
	width:620px;
	margin:0 auto;
	background:url(/Images/bgModalContentBody.png) repeat-y;
	position:relative;
}
.ModalContentFooter
{
	width:620px;
	height:30px;
	margin:0 auto;
	background:url(/Images/bgModalContentFooter.png) no-repeat;
	position:relative;
}
.ModalContentHeader h1
{
	color:#666;
	font-family:Georgia, Times New Roman, Serif;
	font-size:18px;
	line-height:60px;
}
.ModalContentFooter .btnModalClose
{
	width:16px;
	height:16px;
	position:absolute;
	top:10px;
	right:4px;
	z-index:1;
}

.ModalNotice
{
	width:620px;
	height:285px;
	margin:0 auto;
	background:url(/Images/bgModalNotice.png) no-repeat;
	position:relative;
	text-align:center;
}
.ModalNotice .NoticeMessage
{
	padding-top:42px;
	color:#4c4c4c;
	font-size:27px;
	line-height:90px;
}
.ModalPanel .progress
{
	margin-top:10px;
	color:#FFF;
	text-align:center;
}