input, select, textarea {
	font-size: 14px;
	border: 5px solid #2f5b8a;
	padding: 4px;
	width: 200px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}


input{
    text-shadow: silver 0 0 1px;
}


input:focus, textarea:focus{
  border-color: orange;
}


.secondaryLabel, .radioGroup {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 12px;
	color: #2f5b8a;
}

.field_2col {
	width: 200px !important;
}
