.join_form {

}
.join_form form input.error,
.join_form form select.error {
	border: 1px solid red;
}
.join_form .error_text {
	text-align: center;
	color: red;
}
.join_form .success_text {
	color: green;
}
.join_form form input.disabled {
	opacity: 0.6;
}
select{
	cursor: pointer;
}
.bday{
	margin-top: 10px;
}
.bday p {
	margin: 0;
	text-align: left;
}
.bday select{
	width: 33.33%;
	margin-right: -4px;
}
.step_1 input[type="button"], .step_2 input[type="button"]{
	margin-top: 10px;
	background-color: #eb52a9;
	cursor: pointer;
	border: none;
	font-size: 20px;
	text-transform: uppercase;
}
.step_1 input[type="button"]:hover, .step_2 input[type="button"]:hover{
	color: #fff;
}
.error_text p{
	color: #eb52a9;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 20px;
}
.join_form form input.error, .join_form form select.error{
	 border: 1px solid #eb52a9;
}
.step_2 a{
	color: #eb52a9;
}
.step_2 a:hover{
	color: #eb52a9;
	text-decoration: underline;
}
.step_2 input[type="text"], .step_2 input[type="password"]{
	margin-top: 10px;
}
.success_text p{
	color: #eb52a9;
	text-align: center;
	font-size: 25px;
}
.note{
	padding-top: 15px;
	color: #333;
}
.join_form{
	background-color: rgba(255, 255, 255, .5);
	/*width: 50%;*/
	max-width: 600px;
	padding: 20px 40px;
	margin: 0 auto;
	border-radius: 3px;
	margin-bottom: 200px;
}
.zp_center_content_wrap h2{
	line-height: .5 !important;
	font-size: 48px !important;
}
/*responsive*/
@media only screen and (max-width: 980px){
	.join_form{
		/*width: 80%;*/
	}
	.zp_center_content{
		padding-top: 10px;
	}
	.zp_center_content h2{
		font-size: 30px !important;
	}
}
@media only screen and (max-width: 585px){
	.join_form{
		/*width: 90%;*/
	}
}
@media only screen and (max-width: 480px){
	.join_form{
		/*width: 95%;*/
		padding: 20px;
	}
	.bday select{
		width: 100%
	}
	.zp_center_content h2{
		line-height: 120% !important;
	}
}