@charset "utf-8";
/* CSS Document */

#loaderback{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index:500;
}
.loaderwindow{
	width: 400px;
	background-color: #FFF;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 10px;
}
.loadertop{
	margin-left:auto;
margin-right:auto;
margin-top:10px;
width:92%;}
.loaderlogo{
	background-image: url(../images/loaderlogo.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 150px;
	float: left;
}
.loadermessage{
	float: right;
	margin-top: 20px;
}
#loaderbar{
	border: 1px solid #095AA5;
	background-image: url(../images/loaderprogressback.gif);
	clear: both;
	height: 31px;
	margin-bottom: 10px;
}
#loaderprogress{
	background-image: url(../images/loaderprogress.gif);
	background-repeat: repeat-x;
	height: 31px;
	width: 1px;
}
.loadernote{
background-image:url(../images/bluegrid.gif);
clear:both;
font-size:14px;

line-height:18px;
padding:10px;
overflow:hidden;
}
.loadernote h1{
	font-weight:normal;
	font-style:italic;
	font-size:24px;
	margin-bottom:9px;
}
#loaderclose, #loadercontinue, #loadercancel{
display:none;
background-image:url(../images/loaderprogress.gif);
color:#FFFFFF;
float:right;
margin-left:5px;
margin-top:10px;
padding:5px;
text-align:center;
cursor: pointer;
	}
