body { background: #222 url(/images/body_bg.png); color: #ccc; }

a { color: #666; text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }

h1 { font-family: verdana, geneva, arial, helvetica, sans-serif; letter-spacing: -1px; }

.box { background: transparent; }
.alignc { text-align: center; }

/*  FORMS
--------------------------------------------------*/
.form { clear: both; }
.form label { float: left; clear: left; width: 75px; padding: 5px 0; display: block; }
.form p { float: left; clear: both; margin: 5px 0 5px 75px; text-align: left; }
input.text, textarea { float: left; background: #000; border: 3px solid #333; margin: 0 5px 10px 0; }
input.text {  width: 250px; }
input.submit {}
input.submit:hover {}