.messagePass {
	background: green;
	color: white;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
.messageFail {
	background: #ffe7e7;
	border: 2px solid red;
	color: red;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
.storeMatch {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: left;
}