﻿.wt_dialogModalMask
{
	background-color: #6699cc;
	color: #6699cc;
    cursor:hand;
    cursor:pointer;
} 

/*Modal Popup*/
.modalBackground {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height: 100%;
	width: 100%;
}
