
/* =========================================================================
/* ====== REGISTER NEW USER FORM ELEMENTS & STYLES
/* =======================================================================*/

#register-container {
	background: #F3F3F3;
	border: 1px solid #CCC;
	padding: 15px 5px;
	position: relative;
}

#register-container h1 {
	color: #444;
	font-size: 22px;
	line-height: 18px;
	margin: 0 0 20px 0;
}

#register-container .personal-info,
#register-container .customer-info {
	border-bottom: 1px solid #CCC;
	display: block;
	height: auto;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

#register-container input[type=text],
#register-container input[type=password] {
	background: #FAFFBD;
	border: 1px solid #CCC;

	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;

	font-size: 18px;
	height: 36px;
	margin: 0 0 15px 0;
	padding: 5px 10px;
}

#register-container .form-divide {
	background: #CCC;
	clear: both;
	display: block;
	height: 1px;
	margin: 20px 0;
	width: 100%;
}

.notify-secure {
	position: absolute;
	top: 5px;
	right: 5px;
}

.signup-submit {
	display: block;
	margin-top: 25px;
	width: 100%;
}

.recaptcha_input_area input[type="text"]{
	display:inline;
}

#recaptcha_privacy{
	position: absolute;
	right:0;
	top: 36px;
}

#recaptcha_privacy a{
	color: #000;
	font-size:10px;
}

#recaptcha_privacy a:hover{
	text-decoration:underline;
}

