

/* Popup object, including drop shadow */
div.popbox {
	display: none;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0 0 0 0;
	z-index: 100;
	
	position: absolute;

}

/* Shadow background image */
div.popbox div.shadow {
	background-image: url(/images/shadow.png);
	background-repeat: repeat-x;
	width: auto;
	height: 15px;
}

/* Popup box, not including drop shadow */
div.popbox div.content {
	background-color: #FFF;
	border: 4px solid #7b1d44;
	padding: 10px 10px 0 10px;
}

div.popbox p {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

div.popbox p.fixedwidth {
	display: block;
	text-align: center;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}


div.popbox input.popboxButton {

	background-color: #FFF;
	background-image: url(/images/signup/buttonbg.jpg);
	background-repeat: repeat-x;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7b1d44;
	border: solid 1px #C99;
	width: 120px;
	height: 24px;

}
div.popbox input.popboxButton:hover {
	color: #FC3;
}



/* Confirm Box */

div.addfriend {
	width: 400px;
	height: 170px;
	margin: 25% auto auto auto;
	top: 0px; left: 500px;
}

div.addfriend p.fixedwidth {
	width: 240px;
	height: 70px;
	padding: 20px 0 0 0;
}

img.profile {
	width: 122px;
	height: 122px;
	float: left;
	margin: 0 10px 0 0;
}


/* Signup Popup Step 2 Username */
div.signupStep2Username {
	width: 400px;
	height: 100px;
	margin: 0 auto 0 auto;
	top: 805px; left: 470px;
}

/* Signup Popup Step 2 Headline */
div.signupStep2Headline {
	width: 400px;
	height: 120px;
	margin: 0 auto 0 auto;
	top: 1120px; left: 470px;
}
div.signupStep2Headline ul {
	text-align:left;
}

/* Signup Popup Step 2 Bio */
div.signupStep2Bio {
	width: 605px;
	height: 120px;
	margin: 0 auto 0 auto;
	top: 1200px; left: 370px;
}

/* Signup Popup Step 3 Seeking */
div.signupStep3Seeking {
	width: 605px;
	height: 120px;
	margin: 0 auto 0 auto;
	top: 1520px; left: 370px;
}

/* Search Results "100% Real Sugar" Button */
div.resultsRealSugar {
	width: 605px;
	margin: 0 auto 0 auto;
	top: 70px; left: 340px;
}
div.resultsRealSugar div.content {
	height: 190px;
}
div.resultsRealSugar img {
	padding: 10px 20px 0 20px;
	float: left;
}

/* Webcam popup */
div.webcam {
	width: 235px;;
	margin: 0 auto 0 auto;
	top: 420px; left: 280px;
}

div.webcam div.content {
	background-image: url(/images/signup/bg_gradient_gold.jpg);
	padding: 0 0 0 0; 
	height:160px; 
	text-align:center;
	border: solid 4px #FFE7A2;
}
div.webcamBox {
	height: 150;
	padding: 2 2 2 2;
	border: solid 4px #FFE742;	
}
 
