@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
}
header{
	padding:120px 0 0 0;
}
.logo{
	padding:10px 0;
}
.cname{
	font-size:15px;
}
.search_input{
	width:40%;
	padding:15px 25px 15px 12px;
	min-width:450px;
	max-width:500px;
	background:#f1f1f1;
	margin:20px 0;
}
.search_i{
	width:100%;
	height:30px;
	font-size:12px;
	padding:0 5px;
	border:1px #ddd solid;
	background:url(../images/search_bg_icon.jpg) no-repeat right #FFF;
}
.search {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000), color-stop(1, #000) );
	background:-moz-linear-gradient( center top, #000 5%, #000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000');
	background-color:#000;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	border:1px solid #aaa;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:120px;
	text-decoration:none;
	text-align:center;
	margin:0 0 10px 0;
}
.search:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444), color-stop(1, #444) );
	background:-moz-linear-gradient( center top, #444 5%, #444 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#444');
	background-color:#444;
}.search:active {
	position:relative;
	top:1px;
}
.search_notice{
	font-size:12px;
	color:#069;
}
footer{
	position:fixed;
	font-size:11px;
	color:#aaa;
	bottom:0;
	left:0;
	width:100%;
	padding:10px 0;
	background:#e1e1e1;
}