[type=text],
[type=email], 
[type=password],
[type=number],
select {
	border:1px solid #0D2A5E;
	padding:8px 6px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:300px;
	font-family:inherit;
	font-size:13px;
	background:transparent;
	border-radius:0;
	background-color:#ffffff;
	height:33px;
}

.dropdown .middleColumn {
	max-width:300px;
	position:relative;
}

.dropdown .middleColumn:after {
	position:absolute;
	content:"\f0d7";
	display:block;
	font-family:FontAwesome;
	color:#502583;
	font-size:14px;
	line-height:0;
	top:50%;
	right:8px;
	pointer-events:none;
}

[type=submit],
button,
.button {
	border-radius:0;
	background-color:#20234e;
	border:0;
	color:#ffffff;
	text-align:center;
	padding:12px 16px;
	font-size:15px;
	cursor:pointer;
	/* margin-bottom:10px; */
	-o-transition:opacity 200ms;
	-ms-transition:opacity 200ms;
	-moz-transition:opacity 200ms;
	-webkit-transition:opacity 200ms;
	transition:opacity 200ms;
	display:inline-block;
}

[type=submit]:hover,
button:hover,
.button:hover {
	opacity:0.8;
}

.field {
	margin-bottom:10px;
}

#MemberLoginForm_LoginForm {
	background-color:#e0e0e0;
	border:1px solid #0D2A5E;
	padding:16px 20px;
	border-radius:0;
}

span.message.validation,
span.message.error,
span.message.bad {
	color:#cc0000;
	font-weight:bold;
}

.pending-submission {
	opacity: 0.3;
	pointer-events: none;
}

[type=submit] {
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #005580;
	cursor: pointer;
	width: auto;
	padding: 8px 16px;
	height: auto;
	border-radius:2px;
}
.search_css {
	padding: 0px 16px !important;
}