/* @override 
	http://localhost:8888/tdprofiles/wp-content/plugins/jd_membership/css/style.css?ver=3.4.1
	http://localhost:8888/tdprofiles/wp-content/plugins/jd_membership/css/style.css?ver=3.4.2
	http://localhost:8888/totallyorebro/wp-content/plugins/premium_profiles/css/style.css?ver=3.5
*/

/* --Registration Form-- */

#jdmembers-reg-form {
	float: left;
}

#jdmembers-reg-form fieldset {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: white;
	width: 100%;
}

#jdmembers-reg-form fieldset.active {
	
}

#jdmembers-reg-form fieldset.inactive {
	
}

#jdmembers-reg-form fieldset legend {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#jdmembers-reg-form fieldset.active legend {
	
}

#jdmembers-reg-form ul {
	list-style-type: none;
	text-align: center;
}

#jdmembers-reg-form ul li {
	width: 50%;
	float: left;
	min-height: 80px;
}

#jdmembers-reg-form ul li label {
	font-size: 13px;
	color: #444;
}

ul.jdform-head {
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 25px 0 40px;
	position: relative;
}

li.jdform-list {
	width: 33%;
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 110%;
	background-color: #e6e6e6;
	border: 1px solid rgba(169,169,169,0.5);
}

li.jdform-list.active {
	position: relative;
	font-weight: bold;
	background-image: url(../../../themes/masonry/img/dtg-green.png);
	font-size: 125%;
	border-color: #61791f;
}

li.jdform-list.active:after {
	content: '';
	position: absolute;
	right: -12px;
	top: 50%;
	margin-top: -12px;
	height: 0px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #8cb02d;
}