table#donation {
	width: 100%;
	border-spacing: 12px
}

table#donation em {
	background: url(../images/contacts-icon.png) no-repeat;
	width: 28px;
	height: 28px;
	display: block;
}

table#donation hr {
	background: rgba(255,255,255,.07);
	border: none;
	outline: none;
	height: 1px;
	margin: 10px 0;
}

table#donation form > table {
	width: 300px;
	margin: 0 auto;
}

#donation input[type="submit"] {
	margin-top: 20px;
}