
/** register container */
#regform {
	background: #fff9f3 /*url('http://http.cdnlayer.com/afullcup/assets/images/register2/regform_bg.png') repeat-x top left*/;
	border:1px solid #FDD9B5;
	clear:both;
	height: 880px;
	margin: 20px 0 30px;
	position:relative;
}

	#regform #privacy_ver {
		left:485px;
		position:absolute;
		top:330px;
		margin:0 auto;
	}

	#regform #privacy_msg {
		left:154px;
		position:absolute;
		top:288px;
		max-width:440px;
		color:#4c4545;
	}

	/** webkit fix for absolutes */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#regform #privacy_ver {
			left:485px;
			position:absolute;
			top:317px;
			margin:0 auto;
		}
		
		#regform #privacy_msg {
			left:154px;
			position:absolute;
			top:275px;
			max-width:440px;
			color:#4c4545;
		}

	}

	#regform #privacy_msg span {
		color:#ad1714;
		font-weight:bold;
	}

/** fixed right side */
#regform_right {
	display:inline;
	float:right;
	border-left:1px solid #FDD9B5;
	padding: 45px 0 0;
	text-align:center;
	width:324px;
	background: #fff2e6 url('http://http.cdnlayer.com/afullcup/assets/images/register2/regform_right.jpg') no-repeat top right;
	height: 835px; /** minus top padding (45px) */
}

	#regform_right h2 {
		color: #9A0011;
		font-family: Georgia, sans-serif;
		font-size: 3.2em;
		font-weight: normal;
		letter-spacing: -1px;
	}
	
	#regform_right ul {
		margin:54px 0 0 50px;
		text-align: left;
	}

		#regform_right ul li {
			background:transparent url('http://http.cdnlayer.com/afullcup/assets/images/reg_arrow.gif') no-repeat scroll left 17%;
			color:#9A0011;
			font-family:Georgia,sans-serif;
			font-size:18px;
			height:75px;
			padding:0 0 0 20px;
			width:230px;
		}
		
		#regform_right ul .final {
			margin: 10px 0 0;
		}

/** top of register */
#regform_top {
	background:transparent url('http://http.cdnlayer.com/afullcup/assets/images/register2/regform_top.png') no-repeat scroll 375px 5px;
	display:inline;
	float:left;
	padding:20px 0 20px 40px;
	width:560px;
	border-bottom: 5px dashed #f4dccb;
}

	#regform_top p {
		color:#1564AC;
		font-family:Georgia,sans-serif;
		font-size:3.2em;
		font-weight:normal;
		letter-spacing:-1px;
	}
	
	#regform_top ul {
		margin:10px 0 0 30px;
		text-align:left;
	}

		#regform_top ul li {
			background:transparent url('http://http.cdnlayer.com/afullcup/assets/images/reg_arrow.gif') no-repeat scroll left 17%;
			color:#9A0011;
			font-family:Georgia,sans-serif;
			font-size:1.9em;
			padding:0 0 15px 20px;
			width:220px;
		}
		
		#regform_top ul .final {
			padding:0 0 0 20px;
		}
		
/** register form elements */
#userRegister {
	display:inline;
	float:left;
	font-size:1.5em;
	height:531px;
	margin:15px 0 0;
	padding:0 35px 0 40px;
	position:relative;
	width:549px;
}

#userRegister .field {
	clear:both;
	height:60px;
}

#userRegister label {
	color:#9A0011;
	display:block;
	float:left;
	font-family: Georgia, sans-serif;
	margin:6px 0 0;
	text-align:left;
	width:6em;
}

	#userRegister .agreebox {
		clear: both;
		height: auto;
		margin:0;
		position:relative; bottom:35px; left:108px;
	}

	#userRegister .agreebox label {
		color:#828282;
		display:inline;
		float:right;
		font-family:arial;
		font-size:1.2em;
		margin:0 70px 0 0;
		width:450px;
	}
	
		#userRegister .agreebox label a {
			color:#828282;
			font-weight: bold;
		}

#userRegister .field input {
	border:1px solid #FDD9B5;
	color:#5A5959;
	display:inline;
	float:left;
	font-size:1em;
	margin-left:1.5em;
	padding:5px;
	width:423px;
}

	#userRegister .field #email, #userRegister .field #email_c {
		width:295px;
	}

	#userRegister .field #zip {
		width:125px;
	}
	
	#userRegister .field #birthday {
		width:125px;
	}

	#userRegister .birthday {
		position:relative; bottom:60px; left:298px;
	}

	#userRegister .gender {
		position:relative; bottom:60px;
	}

	#userRegister #gender {
		position:relative; top:5px; left:23px;
	}

	#userRegister .agreebox .checkinput {
		display:inline;
		height:15px;
		margin:3px 0 0;
		width:15px;
	}
	
	#userRegister #recaptcha {
		display:none;
	}
	
	#userRegister .submit {
		bottom:0px;
		height:64px;
		position:absolute;
		right:30px;
		width:174px;

	}
	
	#userRegister .field .hidden {
		display: none;
	}
	
	#userRegister .recaptchatable #recaptcha_response_field {
		bottom:7px !important;
		font-size:10pt;
		margin:0 !important;
		padding:0 !important;
		width:145px !important;
	}

