@charset "utf-8";
/* CSS Document */

#sp-main-body {
    padding: 20px 0;
}
.search_slideshow{
	clear:both;
	position:absolute;
	width:70%;
}
input.search-query[type="text"] {
    height: 40px;
    width: 100% !important;
	border-radius:50px 0 0 50px;
	border:none;
	padding:0 15px;
}
.search {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    clear: both;
    display: table;
    padding: 20px;
	width:85%;
}
.search .control-group:first-child {
    width: 34%;
}
.search .control-group:nth-child(2) {
    width: 33%;
}
.search .control-group {
    clear: none;
    float: left;
    width: 15%;
	margin:0px;
}
.search .btn {
    background: #f84f24 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 150px;
}
#mod_mt_search_searchword371 {
    border-radius: 4px 0 0 4px;
    border-right: medium none navy;
}
search .btn{
	background: #9b1200 url("../images/search.png") no-repeat scroll center center;
    border-radius: 0 50px 50px 0;
    height: 40px;
	content: " ";
	color:transparent;
	position:relative;
	left:-17px;
}
.control-group #city {
    height: 40px;
    width: 100%;
	border:none;
	border-radius:0px;
}
.search_indicator{
	background: #9b1200 url("../images/search.png") no-repeat scroll center center;
    border-radius: 0 50px 50px 0;
    height: 40px;
	content: " ";
	color:transparent;
	width:50px;
}