/* CSS Document */
form#search_form fieldset {
  margin:0;
  padding:0;
  border:none;
  height:18px;  
  margin-top:7px;  
  margin-left:12px;
  width:148px;  
  padding-top:1px;
}
form#search_form input#search_phrase {
  background:none;  
  border:1px solid #7f7f7f;
  color:#9d9c9c;   
  margin:0;
  margin-top:1px;
  float:left;
  margin-right:5px;
  padding-left:2px;
  padding-right:2px;
  width:120px;      
}
form#search_form #search_button {
  padding:0;
  margin:0;
  border:none;
  background:none;  
  background-image: url(../assets/lupka.png);
  background-repeat:no-repeat;    
  width:10px;
  height:18px;  
  display:block;
  overflow:hidden;
  text-indent:100px;
  /* take what you want approach (pointer for FF, hand for others)*/
  cursor:pointer;
  cursor:hand;       
}



/* IE hack for opera :) */
@media all and (min-width: 0px) { form#search_form #search_button { padding-left: 50px; } }
@media all and (min-width: 0px) { form#search_form input#search_phrase { width:126px; text-indent:2px;} }  



#upper_page_numbers a, #lower_page_numbers a{
  
  text-decoration:none;
    color:#0090d4;
}
#upper_page_numbers a:hover, #lower_page_numbers a:hover{
  text-decoration:underline;
}
#upper_page_numbers{
    
  border-top:1px solid #b4e2f8;
  border-bottom:1px solid #b4e2f8;
  padding:2px 0;
  margin-bottom:20px;  
  text-align:center;
  position:relative;
  width:100%;
  color:#0090d4;
}
span.previous_page {
  position:absolute;
  left:0;
  color:#0090d4;
}
span.next_page {
  position:absolute;
  right:0;  
  color:#0090d4;
}
#lower_page_numbers{
  width:100%;
  color:#756858;  
  border-top:1px solid #b4e2f8;
  border-bottom:1px solid #b4e2f8;
  padding:2px 0;  
  position:relative;
  text-align:center;  
}
span.pages_label {

   color:#0090d4;  
   padding-right:4px;

}
#upper_page_numbers span.current_page, #lower_page_numbers span.current_page{
  color:#0090d4;
  font-weight:bold;
  font-size:11px;
  
}

