* {
   padding: 0;
   margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
   line-height: 140%;
	color: #898989;
   background: #000;
}
/*
------------------------------------------------------
GLOBALS
------------------------------------------------------
*/
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.left { float: left; }
.right { float: right; }
/*
------------------------------------------------------
FONTS
------------------------------------------------------
*/
p {
   margin-bottom: 1em;
}
.errormsg {
   color: #900; 
}
em {
   color: #666;
	font-size: 10px; 
   font-style: normal;
}
a {
   color: #BC1216;
   outline: none;
}
a:hover {
   text-decoration: none;
}
h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
   color: #fff; 
   text-transform: uppercase;
}
input.inputbox, select, textarea {
	color: #212121;
	background: #666;
   width: 166px;
   padding: 3px;
   font-weight: normal;
	border: 1px solid #666;
   font-size: 12px;
   line-height: 100%;
}
.required {
	color: #fff;
	font-weight: bold;
   font-size: 11px;
}
.row {
   margin-bottom: 5px;
}
hr {
   margin: 5px 0;
}
/*
------------------------------------------------------
BUTTONS
------------------------------------------------------
*/
.butt {
   display: block;
   text-indent: -10000px;
   height: 20px;
   margin-top: 10px;
}  
.butt:hover {
	background-position: 0 -20px;
}
/*
------------------------------------------------------
POPUPS
------------------------------------------------------
*/
#logo {
   position: relative;
   margin-bottom: 20px;
   text-indent: -10000px;
   height: 31px;
   background: url(../_img/popups/logo_stealth.gif) no-repeat;
}
#logo h1 {
   position: absolute;
   top: 0;
   left: 126px;
   width: 150px;
   height: 31px;
}
#logo h1#hd-credits {
   background: url(../_img/popups/header_credits.gif) no-repeat;
}
#logo h1#hd-legal {
   background: url(../_img/popups/header_legal.gif) no-repeat;
}
#logo h1#hd-tellafriend {
   background: url(../_img/popups/header_tell_a_friend.gif) no-repeat;
}
#content {
   padding: 20px;
   background: url(../_img/popups/bg_form.gif) no-repeat;
   min-height: 256px;
}
dl {
   width: 420px;
}
dt {
   clear: both;
   float: left;
   text-transform: uppercase;
   color: #666;
   width: 80px;
   margin-bottom: 10px;
}
dd {
   float: left;
   text-transform: uppercase;
   margin-bottom: 10px;
   width: 340px;
}
/*
------------------------------------------------------
BODY
------------------------------------------------------
*/
#body {
   margin: 20px 10px;
}

#content h1 {
color:#BC1216;
}

#content .legalpop {
width:400px;
}

label {
   display: block;
   font-weight: bold;
   text-transform: uppercase;
   color: #666;
}
label.error {
   color: #BC1216; 
   text-transform: none;
}
#tellafriend #col-1 {
   float: left;
   width: 200px;
   margin-right: 20px;
}
#tellafriend #col-2 {
   float: left;
   width: 200px;
}
#tellafriend label {
   width: 200px;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 11px;
}
#tellafriend .inputbox {
   float: left;
   width: 190px;
   margin-bottom: 5px;
}
#tellafriend textarea {
   float: left;
   width: 262px;
   margin-bottom: 5px;
}
#tellafriend label.error {
   font-size: 10px;
   width: 200px;
}
#tellafriend .present {
   display: none;
}
#submit {
   margin-top: 20px;
   float: right;
}
/*
------------------------------------------------------
FOOTER
------------------------------------------------------
*/