@media screen
{
	.hc_search{
		border:1px solid #e3e5e6;
		height:22px;
		background-color:#fff;
		width:240px;
		overflow:hidden;
	}

	.hc_form input.hc_search_text{
		width:200px;
		border:0;
		padding:4px 0px 0px 10px;
		margin:0px 0px 0px 0px;
	}

	.hc_form input.hc_search_subm{
		background:url(</assets/images/frontend/btn_search.gif) left -2px no-repeat;
		width:21px;
		height:21px;
		overflow:hidden;
		cursor:pointer;
		border:0;
		margin-top:3px;
	}

	.hc_form input.hc_search_subm:hover{
		background:url(/assets/images/frontend/btn_search.gif) left -23px no-repeat;
		cursor:pointer;
	}

	.cc_ipt_archives{
		margin:0px;
		padding:0px;
		width:300px;

		font-size:12px;
		color:#606060;
		font-weight:bold;
	}
}
