/*
 * google.com
 *
 * Author      : dikamilo
 * Updated     : August 23th, 2007
 * Description : Tweaking main page in google video, like google.com (only search)
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/)
 *
 */

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://video.google.com/"), url-prefix("http://video.google.com/?tab=iv") {

div#genrepage-container{
   display:none;
}

input {
   padding:10px;
}

div#videoheader {
   padding-top:150px;
}

}