.loading-mask
{
	position: absolute;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background: #dfe8f6;
}

.loading-msg-bg
{
	position: absolute;
	z-index: 2001;
	top: 46%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	padding: 2px;
	border: 1px solid #6593CF;
	background: #C3DAF9 url(../images/tb-blue.gif) repeat-x scroll 0 -16px;
}

.loading-msg
{
	padding: 5px 10px 5px 35px;
	border: 1px solid #A3BAD9;
	color: #222222;
	line-height: 16px;
	cursor: wait;
	background: #FBFBFB url(../images/app-loader.gif) no-repeat scroll 6px 50%;
}

.loading-msg strong
{
	font-weight: bold;
	font-size: 13px;
}

.loading-msg div
{
	font-size: 11px;
	padding-left: 2px;
	color: #5b5b5b;
}