/* 
* Member Stylesheet
*/
.big_text {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:28px;
	color:#2D6DD7;
	margin-bottom:8px;
	margin-top:8px;
}

#col_center_member_landingpage {
	margin:auto;
	padding:0px 10px 0px 10px;	
}

#col_center_signup {
	width:100%;
	margin:auto;	
}

#col_member_signup {
	width:50%;
	height:100%;
	/* background:#E0ECFE; */
	vertical-align:top;
}

#col_member_notes {
	width:50%;
	height:100%;
	/* background:#9CC2FF; */
	vertical-align:top;	
}

#div_member_notes, #div_member_signup {
	padding:5px 10px 10px 10px;
}

.active {
}

.inactive {
	background-color:#AEAEAE;
}

