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

body {
	padding:0px;
	margin:0px;
	background-color:#000000;
	background-image:url(/_resources/images/stacksBG.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font-family:"Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
}

.mainContainer {
	width:698px;
	margin:0px auto;
}

.formContainer {
height:239px;
width:698px;
background-image:url(/_resources/images/formBG.jpg);
background-position:top left;
background-repeat:no-repeat;
}

#formData {
	padding:78px 0px 0px 73px;
}

#thankYou { padding:85px 0px 0px 73px; }

#thankYou {
	color:#CCC;
	font-size:12px;
	
}

.footer {
	text-align:center;
}

#nameField , #emailField {
	background-color:#595959;
	margin-right:10px;
	padding-left:5px;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	font-size:14px;
	border:0px;
}
.promptText {
	color:#999999 !important;
	font-style: italic;
}

.formError {
	border:1px #4DA332 solid !important;
}

a {
	border:0px;
}

img , img a {
	border:0px;
}


#header2 {background:url( /_resources/images/header2.jpg) top left no-repeat; width:698px; height:186px;position:relative;}

.copyBlock {
	width:550px;
	margin:0 auto 35px auto;
}

h1 {
	font-size:12px;
	color:#999;
	font-weight:bold;
	margin-top:35px;
}
h2 {
	font-size:10px;
	color:#999;
	font-weight:bold;
	margin-top:35px;
}
p {
	font-size:10px;
	color:#7E7E7E;
}