﻿body 
{
    margin: 0px;
    font-family: Trebuchet MS, Arial;
    font-size: 12px;
	color: #ffffff;
}

.containerdiv
{	
	background-color: #2b2a2a;
	color: #ffffff;
	width: 400px;
	left: 100px;
	top: 150px;
	float: none;
	position: absolute;
}

.thankyoupopup
{	
	background-color: #2b2a2a;
	border: 1px solid #FFFFFF;
	color: #ffffff;
	width: 375px;
	float: none;
	position: absolute;
	top: 400px;
	left: 50%;
	margin-left: -10%;
	z-index: 1;
	opacity: 95%;
}

.formtext
{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

a.continuelink:link {
	color: #80FF80;
	text-decoration: underline;
} a.continuelink:hover {
	color: #ffffff;
	text-decoration: underline;
} a.continuelink:active {
	color: #80FF80;
	text-decoration: underline;
} a.continuelink:visited {
	color: #80FF80;
	text-decoration: underline;
}