/*ColorBox PopUp General Options*/
.popup {
	background:#f8f8f8 url(/images/popup_bg_bottom.png) repeat-x bottom;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;	
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:solid 1px #000;
	overflow:hidden
}
.popupBody {
	margin:10px 10px 30px;
	padding:10px;
	overflow:hidden;
}
.popupTitle {
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;	
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:#000000;
	color:#FFFFFF;
	font-size:16pt;
	font-weight:bolder;
	margin:-20px 0 10px -24px;
	opacity:0.7;
	padding:20px 9px 2px 30px;
	margin-right:40px;
}
/*__________________END_____________________*/
/*Compatibility Box*/
#compatability .popupBody {
	text-align:center;
}
#compatability .popupBody span {
	font-size:24px;
	color:blue;
	padding-bottom:40px;
}
#compatability .popupBody img:hover {
	cursor:pointer;
	border:outset 1px #eee;
	background:#ddd;
}
/*Donation Box*/
#DonateBox .popupBody {
	text-align:center;
}
/*Log In Box*/
#LoginBox .popupBody {
	text-align:center;
}
#LoginBox .popupBody span {
	display:none;
	color:#F00;
	font-weight:bolder;
}
#LoginBox input {
	font-size:24px;
}
#LoginBox input.roundDiv {
	background:#eee;
	margin-bottom:3px;
	margin-top:3px;
	width:200px;
	text-align:center;
}
#LoginBox input.roundDiv:focus {
	outline: 0 none;
}

input#password-clear {
	padding-left:0px;
}	

#account  spam a {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
#password-clear {
    display: none;
}
#logout {
	font-size:16px;
	padding:0px 8px;
	background:#999;
	text-decoration:none;
	color:#000;
}
#logout:hover {
	color:#fff;
}

#form-trigger {
	width:60px;
	font-size:13px;
	padding:0px 8px;
	background:#999;
	text-decoration:none;
	color:#000;
}
#form-trigger:hover {
	color:#FFF;
}
/*---Background Switch Widget Box----*/
#bgChangerBox {
	max-width:840px;
}
#bgChangerBox img {
	width:200px;
	float:left;
	height:auto;
	position:relative;
	margin-right:5px;
	opacity:0.8;
}
#bgChangerBox img:hover {
	opacity:1;
}
#bgChangerBox .hotspots {
	z-index:3;
	opacity:0.5;
	height:82px;
	width:82px;	
	position:absolute;
	cursor:pointer;
	margin-top:15px
}
#bgChangerBox .hotspots:hover {
	opacity:0.8;
}
#bgChangerBox .hotspots.left {
	display:none;
	float:left;
	left:10px;
	background:url(/images/buttons/Back_White_Arrow.png) no-repeat;	
}
#bgChangerBox .hotspots.left:hover {
	background:url(/images/buttons/Back_Black_Arrow.png) no-repeat;	
}
#bgChangerBox .hotspots.right {
	float:right;
	right:10px;
	background:url(/images/buttons/Next_White_Arrow.png) no-repeat;
}
#bgChangerBox .hotspots.right:hover {
	background:url(/images/buttons/Next_Black_Arrow.png) no-repeat;
}
#bgChangerBox .popupBody {
	width:auto;
	
}
 #backgrounds-list {
	 position:relative;
	 width:5200px;
 }
