﻿/* ---- PopUps ------*/
.ui-icon   
{
    height: 21px;
    width: 21px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    }
.ui-icon-closethick
 {background: url("/img/mobile/snippets.png") no-repeat scroll -342px -123px transparent; margin-top:10px; margin-right:10px;}

.ui-widget-overlay
{
    
    position :absolute;
    top:0px;
    background-color:#595959;
    opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}