/* block top search */
#search_block_top{
	float: right;
    font-family: 'Raleway';
}
#search_block_top input[type=text]{
	width: 120px;
    height: 26px;
    padding: 0 5px;
    border: none;
    border-bottom: 2px solid #e2e2e2;
    display: block;
    float: left;
    color: #444;
}
#search_block_top input.submit{
	display:block;
	float:left;
	margin-left:10px;
	width:16px;
	height:26px;
	background:url('../../../img/icon/btn_search.gif') center center no-repeat;
	border:none;
	cursor:pointer;
	overflow:hidden;
	text-indent:-9999px;
}
