/*
 * Google Web Search with zawgyi-one Myanmar font
 * Author      : Eccentric ghost
 * Updated     : July 22, 2007
 * Website     : http://dathana.blogspot.com/
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */
@-moz-document url(http://www.google.com/), 
	url-prefix("http://www.google.com/search?"),
               url-prefix(http://www.google.com/webhp),
               url-prefix(http://www.google.com/linux?),
               url-prefix(http://www.google.com/bsd?),
               url-prefix(http://blogsearch.google.com/blogsearch?) {

body {
	font-family: Zawgyi-One, Tahoma, Arial, Helvetica, sans-serif !important;
}

input {BACKGROUND-COLOR: #E0EBE0; font-family: Zawgyi-One, Verdana; FONT-SIZE:8pt; BORDER: 1px solid #669966;}
}
@-moz-document url(http://blogsearch.google.com/), 
               url-prefix(http://blogsearch.google.com/blogsearch?) {

body,td,div,.p,a {
	font-family: Zawgyi-One, Tahoma, Arial, Helvetica, sans-serif !important;
}

input {BACKGROUND-COLOR: #E0EBE0; font-family: Zawgyi-One, Verdana; FONT-SIZE:8pt; BORDER: 1px solid #669966;}
}

@-moz-document url(http://search.blogger.com/), 
               url-prefix(http://search.blogger.com/?) {

body,td,div,.p,a {
	font-family: Zawgyi-One, Tahoma, Arial, Helvetica, sans-serif !important;
}

input {BACKGROUND-COLOR: #E0EBE0; font-family: Zawgyi-One, Verdana; FONT-SIZE:8pt; BORDER: 1px solid #669966;}
}