  

#search {
  padding: 15px 0 0 0;
  margin: 0 0 0 24px ;
	z-index:900;
}

#search h1{ 
  	margin: 0 0 -10px 0 ;
  	padding: 0 0 1px 0 ;
    font-size: 12px;
    line-height: 12px;
    font-style: italic;
    color: #ff6c00;
    font-weight: bold;	
} 

#search fieldset {
	border: none;
}

#ajaxSearch_input {
    width: 165px;
    height: 20px;
    border: 0;
    background: #9e9e9f;
    color: #ffffff;
    margin: 0 10px 0 0 ;
    float: left;
}

#ajaxSearch_submit {
    width: 70px !important;
    height: 20px !important;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    background: #99c3f3;
    color: #225793; 
    border: none;
}
