/*DELETE | USE OWN STYLES */
.detailedSearch_Title {
	padding: 10px 0px !important;
}
	.detailedSearch_Title h1 {
		color: #000;
		text-align: center !important;
		font-family: 'montserratbold';
		font-size: 24px;
	}

.detailedSearch_Column {}

.detailedSearch_Row {
	padding: 5px 0px !important;
}
	.detailedSearch_Row h2 {
		color: #444444;
		font-family: 'montserratlight';
		text-align: left !important;
		margin-bottom: 3px;
		font-size: 12px;
	}
/*DELETE | USE OWN STYLES */




/*Detailed Search*/
.detailedSearchForm {
	text-align: left;
	width: 100%;
	padding: 10px 5px;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border: 1px solid black;
}
input.detailedSearchForm {
	width: 100%;
	padding:11px 5px;
	border:1px solid #000;
	color:#FFF;
	font-size:12px;
	box-sizing: border-box;
	background: #444444;
}
textarea.detailedSearchForm {
	width: 100%;
	padding:10px 5px;
	border:1px solid #000;
	color:#FFF;
	font-size:12px;
	box-sizing: border-box;
	background: #444444;
}
select.detailedSearchForm {
	width: 100%;
	color:#FFF;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:10px 5px;
	box-sizing: border-box;
	background: #444444;
}



.detailedSearchForm_outer {
	margin: 10px 0px;
	padding: 0px 10px 10px 10px;
	font-family: 'montserratlight';
	text-align: left !important;
	color: black;
	text-transform: uppercase;
}
	.detailedSearchForm_outer h2 {
		font-family: 'montserratlight';
		text-align: left !important;
		color: black;
		text-transform: uppercase;
		margin: 0px 0px 4px 0px;
		font-size: 12px;
	}
	
	
	.detailedSearchForm_button {   
		width: 100%;
		background: #011882;
		padding: 17px 0;
		font-size: 14px;
		line-height: 14px;
		font-weight: bold;
		color: #FFF;
		border-radius: 0px;
		border: none;
		margin: 10px 0px;
		text-transform: uppercase;
	}
	
	.frameSpacer {margin-top:35px;}


.detailedSearchForm option {
	color: #FFF;
}


/*  FOCUS & HOVER  ============================================================================= */
.detailedSearchForm_outer input:focus,
.detailedSearchForm_outer textarea:focus,
.detailedSearchForm_outer select:focus {
	background:#F0F0F0; 
	color:#000;
	border:1px solid #16598d;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	outline-style:none;
}

.detailedSearchForm_outer input.radio:focus,
.detailedSearchForm_outer input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

.detailedSearchForm_outer input.button,
.detailedSearchForm_outer input.button:focus {
	margin:0;
	padding:7px 0;
	border:2px #fff solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}

.detailedSearchForm_outer input.button:hover {
	background:#FBD323;
	color:#00549A;
	text-shadow:none;
	border:2px #00549A solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;	
}


/*Detailed Search*/
