/*================ZoomSearch==================*/
        #zoomsearch 
        {
	        /*position:absolute; 
	        top:85px; 
	        left:770px; */
	        width: 176px;
	        padding-top: 2px;
        }
        #zoomsearch .sbox_l  {
	        background: url('../../Images/Shared/search/searchleft.png') no-repeat top left;
	        float: left;
	        width: 9px; 
	        height: 19px;
        }
        #zoomsearch .sbox_go  {
	        padding-top: 0px;
	        float: right;
        }
        #zoomsearch .sbox
        {
            float:left;
        }
        #zoomsearch .sbox input {
	        background: url('../../Images/Shared/search/searchmid.png') repeat-x top left;
	        float: left;
	        border: 0;
	        height: 19px;	
	        width: 140px;
	        font-family:Arial;
	        margin: 0px;
	        padding-left: 0px;
	        padding-bottom: 0px;
	        padding-top: 0px;
	        padding-right: 6px;
	        line-height:19px;
	        height: 19px;
	        font-size: 11px;
	        *height: 20px;
	        _height: 20px;
	        color: #666666;
	        border-width:0;
	        border-color:transparent;
        }
        #zoomsearch .sbox input.keyword:focus
        {
            outline:none;
        }
        .keyword
        {
            text-align:left;
        }