/* signup */
#signup {
	height:30px;
	text-align:left;
}
#signup_title {
	float:left;
	text-align:center;
	width:140px;
}
#signup_input {
	width:460px;
}

/*personal info*/
#edit_member {
	height:30px;
	text-align:left;
}
#edit_member_title {
	float:left;
	text-align:center;
	width:120px;
}
#edit_member_input {
	width:460px;
}

/*Custom Button*/
#custom_button{
	padding:0;
	margin:0;
	border:none;
	background:none;
	cursor:pointer;
}
