

#lb{
	width:500px;
	border:1px solid #fff;
	background: url(/images/pinz/form-bg-zclub.jpg) #933100 no-repeat;
	text-align:left;
	margin-top: 200px;
}
#lightbox[id]{
	position: absolute;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.65;
	filter: alpha(opacity=65);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:auto;
	height:auto;
}
/* -- Join Club Form --*/
#new_eclub {
	padding: 20px 0 0 170px;
	margin: 2px;
	color: #DFFF7A;
	float: left;
}
#new_eclub p {
	font-size: 12px;
}
#new_eclub h3 {
	font-size: 24px;
}

/* -end join form --*/
/* -- Anderson Sites Portal Pop up */
#portal {
	padding: 26px 0 0 20px;
	margin: 2px;
	color: #DFFF7A;
}
#portal li {
	list-style: none;
	font-size: 12px;
	margin: 16px 0 16px 0;
}
#portal a {
	color: #DFFF7A;
	text-decoration: none;
	padding-top: 16px;
}
#portal a:hover{
	color: #ffffff;
	text-decoration: underline;
}
#portal h3 {
	list-style: none;
	margin: 0 0 30px 0;
	font-size: 24px;
}
#portal img {
	list-style: none;
	border: none;
}
/* -- end Portal--*/


.formError {
	display: inline;
	font-style: italic;
}