﻿/** SEARCH FIELD **/
#navisearch {
height:36px;
position:absolute;
right:0;
top:0;
width:168px;
}

#navisearch .search-wrapper {
margin-left:11px; 
margin-top:6px;/* pos top */
position:relative;
width:150px;
height:20px;
}

#navisearch .search-wrapper .left {
height:20px;
display:block;
position:absolute;
left:0;
top:0;
width:20px;
background:transparent url('../img/nav/search_left.png') no-repeat scroll left top;
}

#navisearch .search-wrapper .right {
height:20px;
display:block;
position:absolute;
right:0;
top:0;
width:10px;
background:transparent url('../img/nav/search_right.png') no-repeat scroll right top;
}

#navisearch .search-wrapper input {
color:#7E7E7E;
}

#navisearch .search-wrapper input.searchinput {
-x-system-font:none;
background:transparent url('../img/nav/search_mid.png') repeat-x scroll center top;
border:0 none;
font-family:"Lucida Grande",Arial,sans-serif;
font-size:11px;
line-height:normal;
margin:0;
padding:3px 0 0;
position:absolute;
right:10px;
top:0;
width:120px;
height:20px;
}