#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#FFF;
	display:none;
	opacity:0.75;
	filter: alpha(opacity=75) ;
}

#boxes .window {
	position:absolute;
	left:0;
	top:0;
	width:380px;
	height:100px;
	background-color:#efefef;
	border: 5px solid #acacac;
	padding:10px;
	display:none;
	z-index:9999;
	padding:20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#boxes .window h1 {
	padding-top: 2px;
	margin-left: 30px;
	height: 24px;
	font-size:15px;
}

#boxes .window h3 {
  padding-top: 2px;
  font-size:14px;
}

#boxes .window #sfd-close-dialog {
	margin: 35px auto 5px auto;
	font-size: 12px;
	width: 150px;
	height: 25px;
	text-align: center;
	cursor: pointer;
}

#boxes .window #progressContainer {
	margin-top: 10px;
	border: 1px solid #333;
	width:100%;
	height:15px;
}
	
#boxes .window #progress {
	background-color:#666;
	height:15px;
	width:10%;
}
