#priceMatchContainer {
	text-align: center;
}

#priceMatchContainer h1 {
	color: #000000;
}

#priceMatchContainer label {
	width: 50%;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
}

#priceMatchContainer .submit {
	float: none;
}

#priceMatchContainer input {
	float: left;
}

#priceMatchContainer br {
	margin: 5px;
}