.ui-widget-overlay {
	background: #000;
	opacity: .40;
	filter: Alpha(Opacity = 40);
}

#downloadInfoMessage{
	position: absolute;
	width: 400px;
	top: 0;
	left: 0;
	padding: 20px 10px 20px 10px;	
	border: 1px solid #c1c1c1;
    background: #010D1D;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: none;
    z-index: 1000;
}

#downloadInfoMessageFileName {
	width: 100%;
	white-space: normal;
	word-wrap: break-word;
}

#captchaValue {
	width: 70px;
	vertical-align: middle;
	text-align: center;
	color: #000;
	font-size: 11pt;
	font-weight: 500;
}