#ja_filterform select,#ja_filterform .inputbox 
{
    background: #f0f0f0;	
    border: 1px solid #ccc;	
    font-size: 92%;	
    padding: 5px;	
    margin-bottom: 10px;	
    width: 95%;
}

#ja_filterform input.inputbox 
{	
    width: 88%;
}

#ja_filterform input.inputbox.field
{	
    width: 35%;
}

#ja_filterform .button 
{	
    border: 1px solid #ccc;	
    /*color: #fff; */
    font-weight: bold;	
    margin: 0 0 5px;	
    padding: 4px 6px;
}

#ja_filterform .button:hover { cursor: pointer; }

#ja_filterform label {	display: block;	font-weight: bold;}

#ja_filterform .ja-checkbox label {	display: inline;	font-weight: normal;}

#ja_filterform .ja-checkbox .inputbox {	width: auto;}