/*//---------------------------------------------*/
/*// Name: popBox - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Default Settings							 */
/*//---------------------------------------------*/

.overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;   
	-moz-opacity: 0.90;
	opacity: .90;
	filter: alpha(opacity=90);
	background: #000000;
}
.overlay[id]
{
	position: fixed;
}

.popBox
{
	position: absolute;
	top: 0px;
	left: 0px;
    background: #000000;
    color: #ffffff;
    z-index: 2;
    border: 2px solid #c0c0c0;
}

.load
{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	padding: 0px;
	background: url('load.gif') no-repeat;
}

.close
{
	width: 14px;
	height: 14px;
	
	margin: 1px;
	
	cursor: pointer;
	float: right;
	background: url('close.png') 0px 0px no-repeat;
	background-position: 0 -14px;
}

.closeImage
{	
	cursor: pointer;
}

/*//---------------------------------------------*/
/*///////////////////////////////////////////////*/
/*//---------------------------------------------*/