body {
	background-color: #E6E6FA;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	color: #0B5289;
}

#errMsg {
	color: red;
	font-weight: bold;
	padding: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: center;
}

.req {
	color: red;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #0B5289; /* Black = #555555; /* Blue =  #008CBA*/
    border: none;
	border-radius: 5px;
    color: white;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    /*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);*/
	box-shadow: 0 4px 12px 0 rgba(0,0,0,0.24), 0 15px 30px 0 rgba(0,0,0,0.19);
}

input[disabled]:hover {
    opacity: 0.6;
    cursor: not-allowed;
}
