﻿@charset "utf-8";
/* CSS Document */

.search-form form {
margin-bottom: 10px;
}
.search-form {
    float: left;
    height: 94px;
    margin-left: 15px;
    overflow: hidden;
    width: 500px;
}
.search-form {
    height: 26px;
    margin-left: 52px;
    overflow: hidden;
    width: 270px;
    font-size: 11px;
    margin-top: 1px;
}
.search-form .line-1 {
    color: #3C3C3C;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 7px;
    text-align: left;
}
.search-form .search-wrapper input {
    border: 0 none;
    height: 28px;
    width: 326px;
	margin-top:3px;
	float:left;
	margin-left:5px;
	color:#666;
	line-height:28px;
}
.search-form a:hover {
    text-decoration: underline;
}
.search-form form{margin-bottom:10px;}
.search-form .search-wrapper {
	width:496px;
	height:34px;
	background:url(/images/search-bg.png) left top no-repeat;
    height: 34px;
    overflow: hidden;
}
.search-button{
	height:34px;
	width:39px;
	float:right;
}
.serch-selectbox {
float: left;
width: 59px;
height: 30px;
background: url(/images/search-select-bg.jpg) left top no-repeat;
margin-left: 5px;
margin-right: 10px;
position: relative;
margin-top: 2px;
}
.serch-selectbox span {
position: absolute;
top: 0;
left: 0;
z-index: 49;
width: 52px;
height: 30px;
line-height: 30px;
padding-left: 7px;
}.serch-selectbox select {
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
top: 0;
left: 0;
z-index: 50;
width: 59px;
height: 30px;
border: none;
}