

#ajaxSearch_input {

    width: 135px;
    height: 19px;
	border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	
}

#ajaxSearch_submit{
    
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
	margin-bottom:1px;
	margin-left:5px;
}



    
.ajaxSearch_result{
margin-top:25px;
border-bottom:1px solid #ff6600;
padding-bottom:10px;
}

.ajaxSearch_resultDescription{
margin-top:4px;
display:block;
padding-right:25px;
text-align:justify;}



.ajaxSearch_paging{
margin-bottom:20px;
margin-top:20px;
display:block;
}

.ajaxSearch_resultsInfo{
font-weight:bold;
font-size:16px;
margin-top:40px;
}
