#search_form_div {
	position: relative;
	/*right:24px;*/
	/*top:13px;*/
	/*float: right;*/
	display: block;
	width: 100%;
	height: 36px;
	border: 1px solid #a5a5a5;
	border-radius: 6px;
	box-shadow: 0 0 2px 2px rgba(4,174,218,0.2);
	outline: none;
	overflow: hidden;
	/*margin-bottom: -10px;*/
	padding: 0 44px 0 0;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;

	box-sizing:border-box;	
}

#search_form_big {
	position: relative;
	display: block;
	width:100%;
	height: 33px;
	font-size: 16px;
	color:#444;
	line-height: 16px;
	vertical-align: top;
	padding: 0;
	/*padding-bottom: 0;*/
	padding-left: 8px;
	margin: 0;
	border: 0;
	background: #ffffff;

	outline: none;
	box-sizing:border-box;
}

/*#search_form_big * {
	display: inline-block;
	vertical-align: top;
}*/

#submit_search_big {
	position: absolute;
	top:0px;
	right: 0px;
	display: block;
	width: 40px;
	height: 36px;
	border: 0;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	outline: none;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
	
	background-image: url(../images/search_bar_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 42px auto;

	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;

	appearance:none;
	-o-appearance:none; 
	-moz-appearance:none; 
	-webkit-appearance:none;

	box-sizing:border-box;
}


.search_form_switcher_div {
	position: relative;
	/*right:24px;*/
	/*top:13px;*/
	float: right;
	display: block;
	/*width: 302px;*/
	height: 36px;
	border: 1px solid #a5a5a5;
	border-radius: 6px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	outline: none;
	overflow: hidden;
	margin-left: 10px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;

	box-sizing:border-box;
	white-space: nowrap;
	font-size: 0;
}

.search_form_switcher {
	display: none;
}
.search_form_switcher + label {
	position: relative;
	/*right:24px;*/
	/*top:13px;*/
	/*float: left;*/
	display: inline-block;
	/*width: 100px;*/

	/*padding: 0 10px 0 30px;*/
	padding: 0 10px 0 10px;
	font-size: 14px;
	color:#444;
	/*height:100%;*/
	line-height:34px;
	/*margin: 3px;*/
	background-color: #ffffff;
	border-right: 1px solid #ddd;
	/*border: 1px solid #ddd;*/
	/*border-radius: 10px;*/
	text-align: center;
	cursor: pointer;

	outline: none;

	appearance:none;
	-o-appearance:none; 
	-moz-appearance:none; 
	-webkit-appearance:none;

	box-sizing:border-box;

	/*background-image: url(../images/radio_normal.png);*/
	background-position: 8px center;
	background-repeat: no-repeat;
	background-size: auto 14px;
}

.search_form_switcher + label:last-child {
	border-right-width: 0;
}

.search_form_switcher + label:hover {
	background-color: rgba(208,233,255,0.9);
	/*border: 1px solid #a5a5a5;*/
	color:#444;
}	

.search_form_switcher:checked + label {
	background-color: #3e8bcc;
	/*background-image: url(../images/radio_checked.png);*/
	/*border: 1px solid transparent;*/
	color:#ffffff;
}
/*
.search_form_switcher + label {
	color: #ff0000;
	float: left;
	margin-left: -33.5%;
}*/

