.mainRight {
	width: 695px;
	margin-right: 22px;
}

.rightCont {
	display: none;
}

input, textarea {
	border: solid 1px #000839;
	background-color: #fff;
	padding: 1px;
}

input:focus, textarea:focus {
	border: solid 1px #2c75a8;
}

.formField {
	padding: 1px 0;
}

.formLabel {
	float: left;
	width: 250px;
	padding-bottom: 5px;
}

.formValue textarea, .formValue input {
	color: #151514;
	font-weight: 400;
	width: 280px;
	margin-bottom: 10px;
}
.formRadio input{width:20px; border:none;}
input.submitBtn {
	background-color: #fff;
	margin-left: 250px;
	width: 60px;
	color: #000839;
	cursor: pointer;
	padding: 2px;
}

input.submitBtn:hover {
	background-color: #000839;
	color: #fff;
}

.messageCont, .messageContSuccess, .messageContError {
	color: #000;
	background-color: #61a0bc;
	border: solid 1px #4c4c4c;
}

.redAsterisk {
	color: Red;
	font-size: 6px;
}

br.clearleft {
	clear: left;
	line-height: 5px;
}

.errorText, .msgSent {
	display: block;
	line-height: 20px;
	color: #000839;
	font-weight: 700;
	margin: 10px 0;
}

.chkBox input {
	width: 15px;
	margin-left: 0;
	border: none;
}

/*Expat form only*/
.expatTitle {
	font-weight: 700;
}

.chkBoxLeft input {
	border: none;
	width: 14px;
}



/*Sections*/
.contactSection {
	border-bottom: solid 1px #e9a437;
	padding-bottom: 10px;
	padding-top: 10px;
}

.contactSectionHolder {
	width: 185px;
}

.contactSecTitle {
	font-size: 14px;
	font-weight: 700;
	color: #e9a437;
}

.contactSecLink, .contactSecLink a {
	text-decoration: none;
	color: #f78e1d;
}

.contactSecLink a:hover {
	text-decoration: none;
	color: #000839;
}
.orangeStar {
	color: #fbaf3a;
}
