@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document
  url-prefix(http://) ,
  url-prefix(https://) {

/*
 * Name: Image Cutout
 * Author: MasterFx
 * Url: http://userstyles.org/styles/9662
 * Based on: http://userstyles.org/styles/4150
*/

/* body background */
html > body:only-child {
  background-color: #ddd !important;
  background-image: url(data:image/gif;base64,R0lGODlhCgAKAIAAAAAAAP///yH5BAEAAAAALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==) !important;
  background-repeat: repeat !important;
  margin: .8em !important;
}

/* img transparent background (png,gif), no border */
html > body:only-child img:only-child {
  background: transparent !important;
  border: none !important;
}

/* on hover display a border */
html > body:only-child img:only-child:hover {
  border: 4px solid #f00 !important;
}


}