#maillist_form {
	 display:block;
	 overflow:hidden;	
	 width: 440px;
	 margin: 20px auto 0 auto;			 
}

#maillist_form label {
	position: relative;
	height: 100%;
	text-align:left;
	margin-top: 2px;
	color: #111;
}

#maillist_form input.submit {
	float: right;
	padding: 1px 4px;
	border: 2px solid #bbb;
	border-top: 1px solid #ccc;
	width: 5em;
}

#maillist_form div.label {
	position: relative;
	height: 100%;
	text-align:left;
	padding: 2px;	
	margin-top: 2px;
}

#maillist_form div.input {
	position: relative;
   height: 100%;
	text-align:left;
	color:#000;
	margin-bottom: 4px;
}

#maillist_form input {
	border: 1px solid #ccc;
	border-top: 2px solid #bbb;
	line-height: 1.4em;
	width: 16em;
}