label p {
	margin-bottom: 10px;
}
label {
	margin-right: 10px;
}
#MyClarkFormContainer input['type=checkbox'] {
	margin-right: 12px;
	margin-top: 5px;
}
#MyClarkFormContainer fieldset {
	padding:0;
	margin:0;
	border:none;
}
.BlueTitleUnderline {
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: solid 2px #044881;
	padding-bottom: 5px;
	margin-top: 30px;
	font-size: 28px;
}
#MyClarkForm h3 {
	font-size: 23px!important;
	margin-top: 20px;
}
#MyClarkForm h4 {
	font-size: 20px!important;
}
#OtherReasonContainer {
	/* 	display:none; */
}
#MyClarkFormContainer select, #MyClarkFormContainer input {
	margin-bottom: 15px!important;
	margin: 5px 6px 0 0;
}
.BlueButton {
	padding: 15px 40px;
	border: 2px solid #004881;
	font: normal normal normal 15px Myriad Pro;
	letter-spacing: 0.3px;
	color: #fff;
	background-color: #004881;
	margin:10px 0!important;
}
.BlueButton:hover, .BlueButton:focus, .BlueButton:active {
	background-color:#fff;
	color:#004881;
	cursor:pointer;
}

/* Login in */
#LoginError
{
	padding: 15px 30px;
	border: 2px solid darkred;
	background: #ffdede;
	border-radius: 0.5vw;
	display: block;
	font-size: 22px;
	font-weight: bold;
	max-width: 200px;
}
#SubmitMessage
{
	padding: 30px;
	border: 1px solid green;
	background: #f4f4f4;
	border-radius: 0.5vw;
	display: block;
	font-size: 22px;
	font-weight: bold;
}
