@charset "UTF-8";
/* CSS Document */

.gcon_search_widget{
	font-size:12px;
	padding:0px;
	margin:0px;
	height:88px;
	line-height:20px;
	vertical-align:middle;
	/*padding-left:10px;*/
	border: 1px solid black;;
	overflow: hidden;
}
.gcon_search .gcon_search_widget{
	border: none;
	height: auto;
	width: auto;	
}
.gcon_search_widget form{
	padding:0px;
	margin:0px;
}

.gcon_search_widget #gcon_srch_lbl{
	padding:2px;
	margin:0px;
	clear: both;
	display: block;
	font-size: 11px;
	line-height:12px;
	height:17px;
	background-image:url("../../../template/images/inws_sublogo_bg.png");
	background-position: top center;
	background-repeat:no-repeat;
	color: white;
	font-weight: bold;
}
.gcon_search .gcon_search_widget #gcon_srch_lbl{
	display: none;
}
.gcon_search_widget #gcon_srch_kwd{
	font-size:11px;
	padding:1px;
	margin:1px;
	border: 2px solid #999999;
	background-image: url(../images/gcon_search_icon.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	padding-left:15px;
	width: 125px;
}

.gcon_search_widget .gcon_srch_btn_submit{
	font-size:12px;
	line-height:12px;
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #999999;
	color: #333333;
	/*background-image: url(../images/gcon_search_btn_bg.png);*/
	background-image:url("../../../template/images/inews_menuvsel_bg.png");
	padding:2px;
	font-weight: bold;
	/*vertical-align: middle;
	color: #ED5C27;
	
	background-color: #F8F9FA;
	margin: 1px;
	margin-top: 0px;
	margin-bottom:0px;
	
	
	width:auto;
	overflow:visible;
	display:inline;*/
	/*float:none;*/
	/*margin-top:-3px;*/
	
}
.gcon_search_widget .gcon_srch_btn_submit:hover{
	text-decoration: underline;
}
