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

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

#bosOverlay
{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	-moz-opacity: 0.90;
	opacity: .90;
	filter: alpha(opacity=90);
	background: #000000 url('images/reflect-logo.png') no-repeat;
	}
#bosOverlay[id]
{
	position: fixed;
}

#popBox
{
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
    background: #ffffff;
    text-align: center;
    z-index: 10000;
    border: 1px solid #000000;
    -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

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

#load2
{
	width: 120px;
	height: 90px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -60px;
	padding: 0px;
	background: url('images/load.gif') no-repeat;
}

#mceLoad
{
	width: 93px;
	height: 69px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -46px;
	margin-left: -35px;
	padding: 0px;
	background: url('images/mceload.gif') no-repeat;
}

#loadGrey
{
	width: 93px;
	height: 69px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -35px;
	padding: 0px;
	background: url('images/greyLoad.gif') no-repeat;
}

#close
{
	width: 14px;
	height: 14px;

	margin-top: 1px;
	margin-left: -15px;

	position: absolute;
	left: 100%;
	top: 0%;

	cursor: pointer;

	background: url('default/images/close.png') 0px 0px no-repeat;
	background-position: 0 -14px;
}

#popBoxFav
{
	width: 14px;
	height: 14px;

	margin-top: 1px;
	margin-left: -30px;

	position: absolute;
	left: 100%;
	top: 0%;

	cursor: pointer;

	background: url('default/images/favorites.png') 0px 0px no-repeat;
	background-position: 0px 0px;
}

#closeImage
{
	cursor: pointer;
}

#popBox table tr td b
{
	color: #990000;
	font-size: 12px;
}

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