form { margin: 0; }

.recipient {
	 font-size: 11px;
	 color: #f6f4e4;
	 border: none;
	 background: #4b0d0e;
	 width: 95px;
}

.input {
	font-size: 11px;
	color: #f6f4e4;
	border: none;
	background: #4b0d0e;
	width: 165px;
}

.category {
	font-size: 11px;
	color: #f6f4e4;
	border: 1px solid #4b0d0e;
	background: #4b0d0e;
	width: 165px;
}

select {
	font-size: 11px;
	color: #f6f4e4;
	border: none;
	background: #4b0d0e;
}