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

body{
	background-color: #000000;
	font-family: Verdana, Tahoma, "Lucida Grande";
	font-size: 15px;
	color: #FFFFFF;
}

DIV,UL,OL
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.pagetitle {
	font-size: 21px;
	font-weight:bold;
	margin:20px;
	text-align:left;
}
.footertext {
	font-size: 14px;
	text-align:center;
}
.productcontainer {
	background-image:url(../images/Redbox.png);
	background-repeat:no-repeat;
	margin: 20px;
	padding-left: 40px;
	padding-top: 30px;
	height:260px;
	width:803px;
	text-align:left;	
}
.producttitle {
	color: #CC9900;
	font-weight:bold;
	text-align:left;
	margin-bottom: 20px;	
}
.producttext {
	font-size: 12px;
	font-weight:bold;	
	text-align:left;
	width:375px;
}

.picopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: .7;
color: #FFFFFF;
text-decoration: none;
}

.picopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: .4;
opacity: .4;
}

.email-link { 
	position: absolute; 
	top: 295px; 
	left: 460px; 
	width: 375px; 
	height: 30px; 
	background-color: transparent; 
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}