/* css buttons */
/* input.cssButton {background: silver;} */

.cssButton, .cssButtonHover {
font-weight: bold;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border-top: 1px solid silver;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
border-left: 1px solid silver;
color: white;
background-color:#FFFFCC /* Pale yellow green */ !important; color: #333333; /* Magenta-Magenta-Pink */
text-align: center;
display: block;
/* width: 150px !important; */
cursor: pointer;
padding: 3px 0;
}

.cssButtonHover{ color: #FF6633;
border-color: gray silver silver gray;
}


.headerNavigation .button_search {display: inline;}