.sliver, #sliver {
text-align: right;
border-bottom: 2px solid #fff;
background-color: #194B80;
padding: 2px 4px;
color: #fff;
font-size: 11px;
margin: 0;
line-height: 20px;
font-family: Helvetica, Arial, sans-serif;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background-image: url(img/background.gif);
background-position: top right;
background-repeat: repeat-x;
}
.sliver form, #sliver form {
display: inline; margin: 0px; padding: 0px;
}
.sliver input, #sliver input {
font-size: 12px;
margin-right: 4px;
}
.sliver a, #sliver a {
color: #fff;
text-decoration: none;
font-weight: normal;
padding: .3em .5em;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
}
.sliver a:hover, #sliver a:hover {color: #def; text-decoration: underline; font-weight: normal;}
.sliver a:active, #sliver a:active {color: #2490C0; text-decoration: underline; font-weight: normal;}
.sliver a:visited, #sliver a:visited  { color: #fff; text-decoration: underline; font-weight: normal;}
input#q {border-radius: .3em; border: 1px solid #194b80;}
input#q:focus {background: #def; outline: none;}
.sliver a img:hover {opacity: .8;}