
input.bgemail {
	background-image: url('img/images/global/bg-email.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
input.bgpassword {
	background-image: url('img/images/global/bg-password.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

/* Fading Photo classes */
#fadingphotos {
	position: relative;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 991px;
	height: 426px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	}
	
.photozonecontainer {
	position: relative;
	height: 426px;
	top: 0px;
	display: block;
	}

.fadingphoto {
	position: absolute;
	height: 426px;
	display: none;
	filter: alpha( opacity = 100 );
	-moz-opacity:1;
	}

