﻿.ui-mask{
    position: absolute;
	padding: 0px;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.6;
	filter: alpha(opacity=60); /*IE*/
    z-index: 10000;
    width: 100%;
    height: 100%;
}