.dvBodyContainer{
	background-image:url(../images/signup/signup_body_bg.jpg);
}
p{
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Verdana, Georgia, Tahoma;
}
h1{
	margin-bottom:0px;
	margin-top:18px;
	padding-bottom:0px;
}
.leftCol{
	float:left;
	width:380px;
}
.imageHeader{
	float:left;
	width:160px;
}
.headerText{
	float:left;
	width:190px;
	padding:90px 0px 0px 20px;
}
.signupText{
	float:left;
	width:370px;
}
.poweredBy{
	float:left;
	width:380px;
	margin-top:20px;
}
.rightCol{
	float:left;
	width:399px;
}
.lilJonHeader{
	float:left;
	width:399px;
	height:220px;
}
.signupForm{
	float:left;
	width:399px;
	padding:0px;
	margin:0px;
}
.signupFormHeader{
	float:left;
	width:399px;
	padding:0px;
	margin:0px;
	height:47px;
}
.signupFormHeader img{
	padding:0px;
	margin:0px;
}
.signupFormBody{
	float:left;
	width:374px;
	color:#fff;
	font-weight:bold;
	background-image:url(../images/signup/signup_form_bg.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px 0px 0px 25px;
}
.signupFormFooter{
	float:left;
	width:399px;
}
form{
	margin:0px;
	padding:10px 0px 10px 0px;
}
#popup{
	position:absolute;
	z-index:100;
	margin-left:100px;
	margin-top:-100px;
	display:none;
	cursor:pointer;
}

