@charset "utf-8";
.div_l {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	float:left;
	height: 100%;
	width: 600px;
}

.div_r {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	float:right;
	height: 100%;
	width:300px;
}

.SelectMembership{
	/* width:100%; */
	
}

.SelectMembership input[type="radio"] {
    display:none;
}

.SelectMembership label {
	display:block;
   	border:thick solid #000;
	border-radius:10px;
	background-color:#ddd;
    padding:0px 0px 0px 0px;
    font-family:Arial;
    font-size:15px;
	
}

.SelectMembership input[type="radio"]:checked + label  { 
    background-color:#090;
}
