input.fullwidth {
	width: 100%;
}
#fanlist-form {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #444;
}
#fanlist-form div {
	margin: .3em 0;
}
#fanlist-form input.fullwidth {
	width: 200px;
}
input {
	background: #333;
	color: #fff;
	border: 1px solid #000;
	padding: 5px;
}
.submit-btn {
	background: #181818;
	color: #666;
	border-color: #444;
}
.btn-over {
	color: #fff;
	background: #444;
}