@charset "utf-8";
/* CSS Document */
.serchbox {
	width: 100%;
	margin-left:2px;
}

.search{
width:152px;
height:20px;
float:left;
margin:2px 4px 6px 4px;
border:1px solid #63BEE7;
}
.search-input{
	width:110px;
	border:0px;
	background:transparent;
	font-weight:normal;
	font-size:12px;
	color:#6080A5;
	float:left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 4px;
}
.search-submit{
background:transparent url(../images/sb.png) no-repeat 4px 0px;
border:0px;
width:24px;
height:20px;
float:right;
margin:0px;
cursor:pointer;
}

