@charset "utf-8";
/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; font-size: 90%; background-color:#000; }
img { margin: 0px; padding: 0px; }
table { width: 95%; background-color:#000; text-align: center; 
}
tr, td { text-align: left; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center;  vertical-align: bottom; }
.txRed { color: #b22222; font-size: 110%; font-weight: bold; }
.txBld { color: #daa520; font-size: 110%; font-weight: bold; }
td.lh2 { line-height: 2em; }
td.lh3 { line-height: 3em; }

#wrapper { margin: 0px auto 0 auto; padding: 15px; width: 45em;  background-color: #000; text-align:center; color: #e8e8e8; font-size:12px; 
}
#form { width: 550px; margin: 10px; padding: 15px 0 10px 0; background-color:#fff; color: #666; font-size:12px; font-weight:bold; 
}
#image {  margin: 0px; padding: 0 0 10px 0; float: left; width: 120px; text-align: right;
}
#link { float: right; width: 30em; margin: 25px 0 0 0; padding: 0px; text-align: left; color: #999; font-weight: bold; 
}
#thanks { width: 350px; margin: 0px auto; }
.button { height: 25px; font-size: 10px; font-weight: bold; color: #e8e8e8; background-color:#006699; }
