#Member {
	width: 100%;
	padding: 0 0 5% 0;
	background: #FFF;
	overflow: hidden;
	-moz-box-shadow: 0px 2px rgba(20%,20%,40%,0.3);
	-webkit-box-shadow: 0px 2px rgba(20%,20%,40%,0.3);
	box-shadow: 0px 2px rgba(20%,20%,40%,0.3);
}


#Register_Page{padding:2%; overflow:hidden; margin-bottom:10px; line-height:1.5rem;}
#Register_Page input{ padding:6px;}
#Register_Page td{ padding:1%; line-height:1.5rem; font-size:15px;}

#Register_Page h2{ color:#369;}

#Register_Page .txt{ color:#39F;}

#Register_Page .Button a{ width:80%; margin-left:10%;text-align: center;
	line-height: 2.5rem;
	text-decoration: none;
	background-color: #F2F2F2;
	border: 1px solid #18AEB0;
	display:block;
	margin-top:10px;}
	
#Register_Page .butn_send{ width:80%; margin-left:10%;text-align: center;
	line-height: 2.5rem;
	text-decoration: none;
	background-color: #F2F2F2;
	border: 1px solid #18AEB0;
	display:block;
	margin-top:10px;}

#Bread {
	padding: 3%;
	background-color: #FFF;
}

