/*
 * @author jsnyder
 */
body {
	font-family: Arial, Helvetica, sans-serif;
}
form {
	width: 550px;
	padding: 10px;
	background: #148EA6;
	color: white;
}
#pageForm input {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: gray;
} 
#pageForm label {
	font-weight: bold;
}
#pageForm .multiChoose {
	border: none;
	background-color: #148EA6;
	color: white;
	font-weight: bold;
}
.inputElementDiv {
	
}
.multiChoose {
	text-align: center;
}
td.labelTextBox {
	width: 150px; 
	text-align: right;
}
div.centerInput {
	text-align: center;
}
div.centerInput table {
	margin-left: auto;
	margin-right: auto;
}
p a {
	color: white;
}