.form-control::-moz-placeholder {
	color: #333333;
}
body {
	text-align: center;
	background: transparent;
	font-size: inherit;
}
.cust-btn {
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	line-height: 1;
	background-color: #DD6700;
}
.cust-btn:hover {
	background-color: #E27600;
}
#from_admin1_container {
	display: none;
	float: left;
}
#to_admin1_container {
	display: none;
	float: left;
}
.form-control {
	border: 1px solid #555;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 6px;
	height: 40px;
	line-height: 40px;
}
.form-control:focus {
	border: 1px solid #67B233;
	box-shadow: none;
}
.no-padding {
	padding: 0 !important;
}
#from_country, #to_country {
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
#from_city, #to_city {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border-left: 0;
}
#from_admin1_container select, #to_admin1_container select {
	-webkit-border-radius: 0;
	border-radius: 0;
	border-left: 0;
}
.icon-to {
	font-size: 22px;
	color: #555;
	height: 45px;
	line-height: 38px;
}

@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */        
	select.form-control {
		padding: 9px 4px;
	}
}