.search_video_box {
    margin: 0 0 15px 0; background: #DDD; border-radius: 8px; overflow: hidden;
}
.search_video_top {
    padding: 15px;
    clear: both;
    overflow: hidden;
    position: relative;
}
.search_video_bottom {
    background: #316294; border-radius: 0 0 8px 8px;
}
.search_video_bottom ul {
    list-style: none outside none;
    margin: 0;
    padding: 2px 0;
    text-align: center;
}
.search_video_bottom ul li {
    display: inline-block;
    height: 24px;
    margin: 0;
    padding: 0 1px;
    text-align: center;
}
.search_video_bottom ul li a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    height: 24px;
    padding: 0 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.search_video_bottom ul li a:hover {
    background: #3A444A;
    border-radius: 3px;
    text-decoration: underline;
    z-index: 2;
}
.acSelect {
	background-color: #0A246A;
	color: #FFF;
}
.acSelect h3, .acSelect p {
    color: #FFF !important;
}
.acResults {
	padding: 0px;
    border-top: none;
	background-color: white;
	overflow: auto;
	z-index: 99999;
    margin: 0 0 0 -4px;
    box-shadow: 4px 6px 6px #333;
    height: 347px;
}
.acResults ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.acResults li {
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
    border: 1px solid #CCCCCC;
}
.acLoading {
	background: white url('/images/ajax-loader.gif') center center no-repeat;
}
.acResults li img {
    float: left;
    margin: 0 7px 0 0;
    overflow: hidden;
    width: 100px;
}
.acResults li h3 {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
}
.acResults li p {
    font-size: 11px;
    margin: 10px 0 0 0;
    overflow: hidden;
    color: #333;
    line-height: 13px;
}
.go_search {
    float: right;
    padding: 0 0 0 20px;
    width: 69px;
    height: 24px;
}
.go_search_replace {
    bottom: 18px;
    float: none;
    position: absolute;
    right: 15px;
}
.go_search input{
    font-family: arial,sans-serif;
    font-size: 14px;
    padding: 3px 8px;
    height: 25px;
}
.input_search {
    background: #FFF;
    padding: 2px 4px;
    overflow: hidden;
}
.input_search div {
    float: right;
    margin: 0 4px 0 0;
}
.input_search input {
    width:83%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    padding: 0;
    border: 0;
}
.custom_search {
    clear: both;
    overflow: hidden;
}
.custom_search dl {
    float: left;
    overflow: hidden;
}
.custom_search dl.next {
    margin: 0 0 0 15px;
}
.custom_search dl dt {
    clear: left;
    padding: 7px 0 2px;
}
dl select {
    width: 150px;
}