h1.preview_notify {
	position:fixed;
	text-align:center;
	height:40px;
	line-height:40px;
	background: rgba(220,220,255,0.7);
	color:#000;
	font-size:32px;
	font-family:Arial,Sans;
	width:100%;
	top:0;
	left:0;
}

.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}


.ui-tooltip:before {
	border-right: 20px solid transparent;
	border-top: 20px solid #2e2e2e;
	bottom: -20px;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

.ui-tooltip {
	background: none repeat scroll 0 0 #2e2e2e;
	color: #fff;
	//display: block !important;
	font-family: 'MuseoSansCyrl-500','proxima_nova_ltlight';
	font-size: 20px;
	font-weight: bold;
	height: auto;
	line-height: 22px;
	padding: 14px 15px 0;
	position: absolute;
	text-transform: uppercase;
	width: auto;
	z-index: 100;
	border:none;
}	
	
.ui-tooltip span {
	display: block;
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 10px;
	padding-top: 5px;
	text-transform: inherit;	
}
	