#pgcontainer {
	position: relative;
	top: 100px;
	width: 970px;
	min-height: 600px;
	height: auto;
	text-align: left;
	background: none;  
	padding-bottom: 100px;
	
}
/* -----------------------------  BIZ REGISTRATION  --------------------------------------- */
#regcontainer2 {
	position: relative;
	width: 900px;
	margin: 0 auto;
	height: auto;
	padding: 20px 0;
	border: 2px #B7C5DE solid;
	
}
#regform2 {
 	position: relative;
	background: none;
	text-align: left;
	padding: 10px 10px 10px 40px;
	
	font-family: "Palatino Linotype";
	font-size: smaller;
 }
#bizformheader {
	position: absolute;
	top: -30px;
	left: -2px;
	width: 250px;
	height: 30px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	background: #B7C5DE;
}
#textarea {
	position: relative;
	text-align: left;
	background: none;
	width: 650px;
	height: 300px;
	background: none;
}

#loginresponse {	
	position: relative;
	top: 100px;
	height: 160px;
	width: 500px;
	margin: 0 auto;
	padding: 20px;
	
	font-family: "Palatino Linotype";
	font-size: smaller;
	color: #555;
	border: 2px solid #B7C5DE;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#YThelp {
	position: relative;
	width: 400px;
	height: 25px;
	background: none;
}
#YThelp span {display:none;}
#YThelp:hover span {
   display: block;
   position: absolute;
   text-align: left;
   top: -50px; 
   left: 480px; 
   width: 306px;
   height: 144px;
   padding: 5px; 
   margin: 10px; 
   z-index: 104;
   color: #444; 
   background: #DEE7FC;
   border: #DEE7FC 1px solid;
   border-right: #DADDE5 1px solid;
   border-bottom: #DADDE5 1px solid;
}
#regiserror {
	color: #CC0000;
}
#bizpicturesUP {
	position: relative;
	top: -30px;
	width: 800px;
	padding: 10px;
	left: 0px;
	height: auto;
	text-align: center;
	display: inline-block;
	border: 1px solid #EEE;
	
}
#bpiccontainer {
	float: left;
	margin: 0 20px 0 20px;
	position: relative;
	height: auto;
	width: 220px;
	
}
#bpicEMPTY {
	position: relative;
	text-align: center;
	top: -30px;
	width: 800px;
	left: 0px;
	height: 25px;
	display: inline-block;
}
#bpiccontainerE {
	float: left;
	margin: 0 20px 0 20px;
	position: relative;
	height: 25px;
	width: 220px;
}

