/* Search field */
.sword_actions_box .sword_search input[type="text"]{
	/*border: 1px solid #BFBFBF;
	display: block;
	width: 130px;
	padding: 0 28px;
	font: normal 14px/28px Arial, sans-serif;
	position: relative;
	z-index: 1;
	
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.2);
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
}
.sword_actions_box .sword_search input[type="text"]:focus{
	/*border: 2px solid #8EB4E3;
	padding: 0 27px;
	line-height: 26px;
	
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.2);*/
}
.sword_search_input {padding-left: 27px;height: 36px;}
.sword_actions_box .sword_search .sword_search_btn{
	background: url(../img/search.png) no-repeat 2px 4px;
    display: block;
    width: 25px;
    height: 36px;
    position: absolute;
    top: 1px;
    left: 1px;
    cursor: pointer;
    z-index: 3;
    border-radius: 5px;
}
.sword_actions_box .sword_search .sword_clear_search{
	display: none;
	position: absolute;
	top: 11px;
	right: 5px;
	width: 15px;
	height: 15px;
	background: url(../images/icon_close.png) no-repeat;
	z-index: 2;
	cursor: pointer;
}
.sword_actions_box .sword_search .sword_clear_search:hover{
	opacity: 0.9;
}

/**!use
#sword_search_placeholder{
	border: 1px solid #BFBFBF;
	background: rgba( 255, 255, 255, 0.95 );
	width: 196px;
	padding: 12px 18px;
	font: normal 12px/15px Arial, sans-serif;
	position: absolute;
	bottom: 100%;
	left: -28px;
	margin-bottom: 7px;
	opacity: 1;
	height: auto;
	overflow: hidden;
	z-index: 26;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
    -webkit-transition: opacity, margin 0.2s linear; 
	-moz-transition: opacity, margin 0.2s linear;
    transition: opacity, margin 0.2s linear;
}
#sword_search_placeholder.placeholder_hidden{
	padding: 0;
	opacity: 0;
	height: 0;
	margin-bottom: 10px;
}
**/