body{
	font-size: 14px;
	background-color: #335686 !important;
}

.headerlogo{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right:50px;
}
.inputSection{
	max-width: 800px;
}

.footer{
	height: 18px !important;
}

hr{
	border-color: #3a6299 !important;
}
.clear {
	clear: both;
}
.btn-submit{
	background-color: #63911C;
	border-color: rgba(92, 130, 23, 1);
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.btn-submit:hover {
	color: #63911C;
	background-color: #fff;
	border-color: rgba(92, 130, 23, 1);
	box-shadow: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
}

label.italic {
	font-style: italic;
	font-size: 16px;
}

p.desc {
	margin-left: 16px;
}


.val-input{
	display: none;
}

