/* created by PlastikManiac */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("urbandead.com"), domain("www.urbandead.com"),
	domain("ud-malton.info"),
	domain("udwitness.oddnetwork.org"),
	domain("iamscott.net"),
	domain("iwrecords.urbandead.info")
{

/*  round the buttons  */
a.y, .cp, .c,
form.a {
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 3px 4px;
}

input.m,
input.md, 
input.ml,
input.mr,
input.sum {
  padding: 2px 3px;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
}

table, tbody, table.c, .cac,
form.a {
  padding: 3px; 
  border-radius: 5px;
  -moz-border-radius: 5px;
}

h1 { margin: 0.1em 0.125em; padding-right: 0.33em;}

h1, h2, h3, h4,
.gp, .gp.flav, .gt,
.f, .fnews,
.lob,
.slim, .slam,
.prfield { 
  border-radius: 6px;
  -moz-border-radius: 6px;
}

/*  border of map  */
.sb {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
}

td[class*="c"], img[style*="border:2px #050 solid"] {
  border-radius: 1pt !important;
  -moz-border-radius: 1pt !important;
/*overflow: hidden !important;*/
}

a.fz, a.f1, a.f2, a.f3, 
span.spref {
  border-radius: 2px;
  -moz-border-radius: 2px;
}
.spref { line-height: 1.67em; padding: 0px 4px 0px 1px;}

/* safehouse */
.gthome {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  margin: 0px 5px;
  border: 1px inset #676;
  border-top: 2px solid #454;
}

body > table[width="100%"]:after {
 padding-left: 2em; text-align: left;
 content: "Rounded edges userstyle by Plastikmaniac"; 
 font-size: 8pt; 
 font-family: 'Lucida Console', 'Courier New', monospace; 
 color: #343;
}

}