/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| JavaScript Library CSS
| All code developed by Bill Brewer <bill@alteredcart.com>
| Copyright (c)2008-2010
| All rights reserved.
| This code is licensed for use on a single server.
| This code is licensed for use by the original purchaser only.
\-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#modalBackground {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9;
	background-color:#000;
}
.modalWindow {
	position:fixed;
	left:0;
	top:0;
	z-index:10;
	background-color:#FFF;
	display:none;
	border:5px solid #CCC;
	padding:3px;
	min-height:200px;
	min-width:300px;
}
.modalWindowSphere {
	position:fixed;
	left:0;
	top:0;
	z-index:10;
	color:#FFF;
	padding:3px;
	min-height:200px;
	min-width:300px;
}
.modalSphere {
	padding:100px 0;
}
#modalClose {
	position:fixed;
	z-index:100;
	padding:3px;
	background-color:#CCC;
	height:12px;
	text-align:right;
	color:#666;
}
#modalClose a {
	color:#FFF;
}
.elementMask {
	background: url(/skin1/images/element-mask-FFF.png) repeat;
	position:absolute;
	z-index:999999;
}