/**************************************

Global Properties

**************************************/

body {
	background-color: #2D0302;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #fff;
}
strong {
	color: #FFFFFF;
	font-size: 11px;
}
.clear {
	clear:both;
}
.alignleft {
	float: left;	
}

/**************************************

Containers

**************************************/

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	height: 820px;
}
#maincontainer {
	width: 500px;
	position: relative;
	left: 40px;
	top: 180px;
}

/**************************************

Intro

**************************************/

#social{
	position: relative;left: 400px;
	top: 158px;width:100px;}

p#contestintro {
	color: #FFFFCC;
	line-height: 18px;
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
}

/**************************************

Form

**************************************/

.input-text{
	border:1px solid #CCCCCC;
	color:#666666;
	padding: 6px;
	font-size: 14px;
	background-image: url(../images/formbg.jpg);
	background-repeat: repeat-x;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 10px;
}
fieldset {
	padding:20px;
	margin-bottom: 20px;
	border: 0px none #000000;
}
label span{
	display:block;
	float:left;
	padding-right:10px;
	width:75px;
	text-align:right;
	font-weight:bold;
	padding-top: 5px;
}
label{
	display:block;
	margin-bottom:15px;
	color:#F41B24;
}
div#newsletter-signup {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	text-transform: capitalize;
	clear: left;
	
}
div#newsletter-signup input {
	display: inline;
	margin-right: 10px;
}
#first_name,#last_name,#phone,#address, #address-2, #city, #email {
	width: 300px;
}
form#form1 label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	padding-left: 85px;
	font-size: 10px;
}
div.error { 
	display: none;
}
input.error {
	border: 1px dotted red;
}
#subButton {
	background-image: url(../images/submit.png);
	background-repeat: no-repeat;
	background-color:transparent;
	height: 51px;
	width: 452px;
	margin-top:15px;
	border: 0;
	overflow: hidden;
	cursor:pointer;
}

/**************************************

Legal

**************************************/

#legalcopy{
	font-size: 10px;
	color: #fff;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#legalcopy strong { 
	color: #fff;
}