#Thankyou {
	position: relative;
	width: 80%;
	left: 20px;
}

#Thankyou span {
	margin-left: .3em;
	position: relative;
}

#Thankyou span.email {
	text-align: center;
	display: block;
	position: relative;
	width: 80%;	
}

html {
	background-color: #000000;
	position: relative;
	height: 100%;
	width: 100%;
}

input.btn{
	color:#333333;
	font-family:Tahoma, "MV Boli", Arial, "Engravers MT";
	font-size:small;
	font-weight:bold;
	background-image: url(images/newsletter/SubmitButtonBackground01.png);
	background-repeat: repeat-x;
}

input.btnhov{
	border-top-color:#c63;
	border-left-color:#c63;
	border-right-color:#c63;
	border-bottom-color:#c63;
	color:#732020;

}

select.emailtype {
	background-image: url(images/newsletter/EmailTypeBackground01.png);
	background-repeat: repeat-x;
	color: #333333;
	font-family: "Eras Medium ITC", "Lucida Console", "Lucida Sans Unicode";
	border: thin inset #333333;
	background-color: #C6CAD5;
	
}

.input {
	background-color: #E6E8EC;
	font-family: Tahoma, "MV Boli", Arial, "Engravers MT";
}

body {
	margin: 0px;
	background-color:#000000;
	color:#CCCCCC;
}

h2 {
	font-family: Tahoma, "MV Boli", Arial, "Engravers MT";
	font-size: 16px;
}

.Header {
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #999999;	
}

input {
	border: thin inset #bebec8;
}

hr {
	margin-right: 130px;
	
}

#copyright {
	font-size: 10px;
	padding-left: 5px;
}


