/* $Id: stylesheet_css-buttons.php */
/* 2006/02/15 by Paul Mathot (NL) */
/* css buttons */
/* input.cssButton {background: white;} */

.cssButton, .cssButtonHover {
font-weight: bold;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border: 2px #593D3D;
border-width: 1px 1px 1px 1px;
color: #593D3D;
background-color: #D4E2D4;
text-align: center;
display: block;
/* width: 150pxD4E2D4 !important; */
cursor: pointer;
padding: 3px 0;
margin-top: 5px;
}
.cssButtonHover{
color: #ff9;
border-left-color: #e00;
border-right-color: #e00;
}

.headerNavigation .button_search {display: inline;} 