/* AGENT_SHEET */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("yandex.ru") {

a{color: #000 !important;
text-shadow: 0 0 9px #33ff99!important}
a:visited{color: #ffff00 !important;}

body{
    background:#000!important;
    background-size:100%!important;
    background-repeat:no-repeat!important;
    background-attachment:fixed!important;
    font-family: Constantia!important;
    font-size:small !important;}

tr{background: -moz-linear-gradient(top, #000, #66ff00, #000) #000 no-repeat !important;}
    
b{
color: #000 !important;
text-shadow: 0 0 9px #00ff00!important}

div{
color:#33ff33 !important;}


a:hover, a:visited:hover, a:hover *, span[onclick]:hover, div[onclick]:hover, [role="link"]:hover, [role="link"]:hover *, [role="button"]:hover, [role="button"]:hover *, [role="menuitem"]:hover, [role="menuitem"]:hover *, .link:hover, .link:hover *, .sn-link:hover, .gac_b:hover *, .google-ac-b *, .yt-suggest-selected *, .yt-uix-button-menu-item:hover, .acl div.sug .sel *, .acl div.sug .sel, .ac_active, .ac_active *, .yui-ac-bd li:hover {
 color: #ff0000 !important; text-shadow: 0 0 15px #00ff00 !important}

input, select, button, a[href="javascript:;"]:not([t]):not([onclick]) {
  -moz-appearance: none !important;
  background: #000 !important;
  color: #BBB !important;
  border: 2px solid #333 !important;
  border-radius: 4px !important}
input:hover, input[type="button"]:hover, select:hover, button:hover {
  border: 2px solid #555 !important;
  -moz-border-top-colors: #555 !important;
  -moz-border-bottom-colors: #555 !important;
  -moz-border-left-colors: #555 !important;
  -moz-border-right-colors: #555 !important}
input:focus, select:focus {
  box-shadow: 0 0 5px #077 !important}
input[type="checkbox"], input[type="checkbox"]:focus {
  border: 2px solid #222 !important;
  background-color: #111 !important;
  color: #DDD !important;
  border-radius: 4px !important}
input[type="radio"], input[type="radio"]:focus {
  border: 2px solid #222 !important;
  background-color: #111 !important;
  color: #BBB !important}
select input[type="button"] {border: none !important}

button:active, input[type="submit"]:active {
  background: #444 !important}

input *, input, select {color: #F0F0F0  !important}
input *:hover * {color: #F0F0F0 !important; text-shadow: 0 0 2px #FFF !important}

textarea {-moz-appearance: none !important; background: rgba(0,0,0,.3) !important; -moz-border-radius: 3px !important; border: 1px solid #000 !important; -moz-box-shadow: inset 0 0 8px #000 !important}
textarea:focus {background: rgba(0,0,0,.5) !important}
textarea, textarea * {color: #C8C8C8 !important; text-shadow: 0 0 1px gray !important}
textarea:focus, textarea:focus > * {text-shadow: none !important; -moz-box-shadow: none !important}

option {
	-moz-appearance: none !important; background: none !important; color: #555 !important}
option:not([disabled]):hover, option:focus, option:checked {
	background: -moz-linear-gradient(center top, #AAA, #555) !important; color: #000 !important}


/*Hide floating input search field*/
.b-head-floater_fixed_yes{display: none;}

}



