.checkBoxOption {
  display:block;
}


.basicForm .label {
  font-weight:bold;
  margin-top:10px;
}

/* Admin Cluster Form */
/* Added Steve K */

#eastingsFrom,
#eastingsTo,
#northingsFrom,
#northingsTo {
	float: left;
	margin-bottom: 10px;
}

#northingsTo,
#eastingsTo {
	margin-left: 10px
}

#northingsTo input,
#eastingsTo input,
#northingsFrom input,
#eastingsFrom input {
	width: 30px;
}

.submit {
	clear: both;
}

p.groupLabel {
	clear: both;
	margin-bottom: 0;
	margin: 10px 0 10px 0;
}

.clear {
	clear: both;
}

/* opportunity page */

#parish {
	height: 150px;
	overflow: auto;
	border: 0;
	width: 90%;
}