/* -----------------------------  Registration  --------------------------------------- */
#regcontainer {
	width: 840px;
	left: 65px;
	top: 250px;
	position: relative;
	height: 570px;
	border: 2px #EEEEEE solid;
}
#regform {
 	position: relative;
	
	text-align: left;
	padding: 10px 10px 10px 40px;
	
	font-family: "Palatino Linotype";
	font-size: smaller;
}

#passinput {
	width: 150px;
}
#passinput span {display:none;}
#passinput:hover span {
   display: block;
   position: absolute;
   text-align: left;
   top: 15px; 
   left: -190px; 
   width: 130px;
   height: 45px;
   padding: 5px 17px; 
   margin: 10px; 
   z-index: 104;
   color: #444; 
   background: #DEE7FC;
   border: #DEE7FC 1px solid;
   border-right: #DADDE5 1px solid;
   border-bottom: #DADDE5 1px solid;
   font: 12px Verdana, sans-serif;
}
#emailinput {
	width: 150px;
	background: none;
}
#emailinput span {display:none;}
#emailinput:hover span {
	display: block;
	position: absolute;
	top: 130px;
	left: 340px;
	width: 300px;
	height: 45px;
	padding: 5px 17px;
	margin: 10px;
	z-index: 104;
	color: #444;
	background: #DEE7FC;
   	border: #DEE7FC 1px solid;
   	border-right: #DADDE5 1px solid;
   	border-bottom: #DADDE5 1px solid;
   	font: 12px Verdana, sans-serif; 
}

#cellinput {
	width: 90px;
}
#cellinput span {display:none;}
#cellinput:hover span {
   display: block;
   position: absolute;
   text-align: left;
   top: 235px; 
   left: -190px; 
   width: 130px;
   height: 30px;
   padding: 5px 17px; 
   margin: 10px; 
   z-index: 100;
   color: #444; 
   background: #DEE7FC;
   border: #DEE7FC 1px solid;
   border-right: #DADDE5 1px solid;
   border-bottom: #DADDE5 1px solid;
   font: 12px Verdana, sans-serif;
}

#whycontainer {
	width: 130px;
	height: 22px;
}
#why {
	position: relative;
	top: -60px;
	left: 240px;
	width: 50px;
	height: 22px;
}
#why span {display: none;}
#why:hover span {
   display: block;
   position: absolute;
   text-align: left;
   top: -75px; 
   left: 100px; 
   width: 400px;
   height: 130px;
   padding: 20px 15px; 
   margin: 10px; 
   z-index: 100;
   color: #444; 
   background: #DEE7FC;
   border: #DEE7FC 1px solid;
   border-right: #DADDE5 1px solid;
   border-bottom: #DADDE5 1px solid;
   font: 12px Verdana, sans-serif; 
}

#regiserror {
	width: 425px;
	height: 25px;
	background: none;
	color: #CC0000;
	font-family: "Palatino Linotype";
	font-size: small;
}
#regaccept {
	position: relative;
	top: 90px;
	left: 200px;
	width: 800px;
	
	text-align: center;
	font-family: "Palatino Linotype";
	font-size: small;
	color: #333333; 
}
#fbsignup {
	position: absolute;
	top: 150px;
	width: 760px;
	left: 65px;
	height: 100px;
	padding: 0 40px;
	border: 2px solid #617AAC;
	text-align: left;
	
	font-family: "Palatino Linotype";
	font-size: medium;
	color: #333333; 
}
#fbmsg {
	position: relative;
	top: 40px;
	width: 450px;
	height: 25px;
	float: left;
}
#fb-login {
	position: relative;
	top: 40px;
	float: left;
}
#fillout {
	position: relative;
	clear: both;
	top: 230px;
	left: 100px;
	font-family: "Palatino Linotype";
	font-size: medium;
	color: #333333; 
}
#bottomspacer {
	clear: both;
	top: 80px;
	position: relative;
	left: 150px;
	width: 900px;
	height: 200px;
	background: none;
}
