.slFormInput {
	border-bottom: 1px solid #C8C4C0;
	border-right: 1px solid #C8C4C0;
	border-top: 1px solid #102030;
	border-left: 1px solid #102030;
	background-color: white;
	margin: 0;
	padding: 1px;
}

.slFormButton {
	border-bottom: 1px solid #000033;
	border-right: 1px solid #000033;
	border-top: 1px solid #C0C4C8;
	border-left: 1px solid #C0C4C8;
	margin: 0;
	padding: 0;
	background-color: #084080;
	color: white;
}

.slFormButton:hover {
	background-color: #2060C0;
}
