@charset "UTF-8";
/* CSS Document */




#search input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999 -moz-use-text-color #999 #999;
    border-image: none;
    border-radius: 4px 0 0 4px;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    height: 32px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    right: 70px;
    top: 0;
    width: 200px;
}
#search input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #666;
    border-color: #999 #999 #999 -moz-use-text-color;
    border-image: none;
    border-radius: 0 4px 4px 0;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #fff;
    font-style: italic;
    height: 34px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    width: 70px;
}
#search input[type="submit"]:hover {
    background-color: #888;
}


