/* 
V1: Modify Google Suggestions December 10, 2007 
V2: Fixed the hover selector  September 17, 2008
V3: Fixed bug with Google Reader, September 18, 2008
V4: Changed rounded corners, September 6, 2009
 */ 

@-moz-document domain(google.com) , domain(www.google.com) {

input[title~="search"],input[title~="Search"] {
color:green !important; 
font-size:1em !important; 
width:350px !important; 
} 

table.gac_m  {
font-family: "Courier New", Courier, monospace !important;
padding-left: 10px; padding-bottom:2px !important;
font-size:+1em !Important;
background: lightgrey !important; 
-moz-border-radius-bottomleft: 15px !important;
-moz-border-radius-bottomright: 15px !important;
-webkit-border-radius: 5px;
border: 1px solid #000;
padding: 10px;
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

}