input, select, textarea {
	float: left;
	margin-bottom: 10px;
	width: 200px;
	background: #ccc;
	color: #555;
	border: 2px solid #aaa;
	font: 100% "Arial", "Verdana", "Tahoma", sans-serif;
}
* {
	margin: 0;
	padding: 0;
}

body {
		margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CECECE;
	font-weight: normal;
	font-style: normal;
		}

}

label {
	clear: left;
	float: left;
	width: 100px;
	margin: 6px 0 10px 0;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
#maillist {
	height: 220px;
	border-top-style: none;
	border-bottom-style: none;
	position: relative;
	width: 240px;
}
a {
	color: #943096;
}
a:hover {
	color: #FBBA04;	
}
#container {
	height: 220px;
	border-top-style: none;
	border-bottom-style: none;
	position: relative;
	width: 240;
	padding-left: 5px;
}
