.widget_search{
	width: 200px;
	font-size: 12px;
	float:right;
	height: 25px;
}

.widget_search .search_title{
	display: none;
}

.widget_search .deth_search_1 .deth_search_1_title{
	display: block;
	/*border-bottom: 1px solid #cfcdc9;*/
	color: #3d3d3d;
	font-weight: bold;
}

.widget_search .icon_list{
	display: none;
	height: 18px;
	line-height: 13px;
}

.search_content{
	float:left;
	width: 200px;
	height: 25px;
	background: url("../images/group_contents/search_box.png") no-repeat;
}

.search_content span{
	display: block;
	float:left;
}

.widget_search .text_box{
	display: inline-block;
	line-height:20px;
	font-size: 11px;
	vertical-align:top;
	height:20px;
	padding:4px 0px 0px 5px;
	margin: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	float:left;
	width: 168px;
	border: 0px solid #fff;
	background: transparent;
}

.widget_search .search_textbox{
	display: block;
	width: 173px;	
}

.widget_search .btn_search{
	display: block;
	padding:0px;
	width: 27px;
	height:25px;
	line-height:0px;	
	border:0px solid #cccccc;
	margin:0px;
	background: transparent;
}

.widget_search .btn_search{	
	display: block;
	width: 27px;
	height:25px;
	background: url("../images/group_contents/search_btn.png") no-repeat;	
}

.widget_search .btn_search button{	
	width: 27px;
	height:25px;
	background:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:0px solid #cccccc;
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
}

.widget_search .btn_search:hover {
	text-decoration: none;
	background-position: 0px -25px;
}

.widget_search .btn_search img{
	display: none;
}

form {
	margin:0px;
}