.stdModal
{
	background:#999;
	background:rgba(0, 0, 0, 0.4);
	display:none;
    padding: 5px;
	z-index:11;
}
.stdModal .smHeader
{
	background:#614080;
	padding:6px 14px;
	position:relative;
}
.stdModal .smHeader .smClose
{
	background: url([%Sprite:js20.new:*:Url%]);
	[%Sprite:js20.new:xBlueBig-whiteBG:CssWidthHeightBgPositionPx%]
	cursor:pointer;
	display:inline-block;
	position:absolute;
	top:7px;
	right:7px;
}
.stdModal .smNoTitle
{
	background:#ffffff;
	padding:0;
}
.stdModal .smNoTitle .smClose
{
	top:0;
	right:0;
}
.stdModal .smContent
{
	background:#fff;
	padding:10px 14px;
	zoom:1;
}

#stdModalOverlay
{
	width:100%;
	height:100%;
	position:fixed;
	background:#FFF;
	top:0;
	left:0;
	z-index:10;
	display:none;
	opacity:0;															/* Most Browsers */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	/* IE8 - MUST BE FIRST */
	filter: alpha(opacity=0);											/* IE7 - MUST BE SECOND */
}
/* Moves header positioning to correctly show modal */
.moveHeaderZindex
{
	position:relative;
	z-index:0;
}
