body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin: 7px; }

a { color: #06b; }

table * { font-size: 13px; }

a:hover { text-decoration: none; color: white; background: #06b; }

#latest { display: none; width: 230px; position: absolute; top: 40px; left: 100%; margin-left: -260px; overflow: hidden; }
#latest .item .pasted { font-size: 11px;  }
#latest .item .snippet { color: #999; margin-bottom: 10px; }

/* language selection */
#lng { border: 1px solid #06b; }

/* paste body */
#pbd { margin: 10px 0px; border: 3px solid #06b; font-family: "Courier New", Courier, monospace; }

/* your email */
.pasteemail { margin-bottom: 10px; }
#yem { border: 1px solid #06b; }

/* paste button */
#pbt { padding: 5px 25px; font-weight: bold; }

/* paste item */
#pasteitem { font-family: "Courier New", Courier, monospace; display: none; margin-left: 15px; }
#wraplong { display: none; margin-top: 10px; }

.privatemsg { width: 500px; position: relative; left: 50%; margin-left: -250px; text-align: center; font-weight: bold; background: #fff1a8; padding: 5px; }
.privatemsg a { text-decoration: none; font-weight: normal; } 
.privatemsg a:hover { background: transparent; color: #06b; }

/* menu */
#topmenu { text-align: left; border-bottom: 1px solid #06b; padding-bottom: 8px; }
#topmenu, #topmenu a { font-family: Arial, Helvetica, sans-serif; }

textarea { resize: none; } /* for chrome and safari */
