table#signup {
	width: 60%;
	padding: 10px;
	margin: auto;
	background-color: #efefef;
}

table#signup td {
	color: #444F68;
	font-size: 20px;
}

table#signup input {
	width: 100%;
	padding: 5px;
	border: 1px solid #A1B6D6;
	border-top: 1px solid #A1B6D6;
	font-size: 16px;
	color: #888;
}