@charset "utf-8";
/* CSS Document */

body {
	background-image: none;
	background-color: #470D3D;
	background-image: url(../images/fopback.jpg);
	background-repeat: repeat-x;
}

img {
	border: none;
}

a, a:link, a:active, a:visited {
	color: #9A4D9E;
}

a:hover {
	color: #ffffff;
}

.FopHeader {
	font-size: 20px;
	color: #9A4D9E;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#BottomForm {
	width: 430px;
	height: 285px;
	position: relative;
	margin: 580px 17px 0 0;
	float: right;
}

#BottomForm form {
	background-color: #EEE4F0;
	padding: 20px 30px 20px 30px;
	width: 370px;
	float: right;
}

#BottomForm form p {
	font-size: 11px;
	margin: 20px 0 0 0;
	color: #646464;
}

.SubmitButt {
	position: absolute;
	top: 61px;
	right: 34px;
	background: url(../images/register_butt.gif);
	width: 160px;
	height: 85px;
	border: none;
	color: #FFFFFF;
	font-size: 20px;
}

#ThankYou {
	width: 900px;
	height: 228px;
	background-image: url(../images/3b.gif);
}

#ThankYou p {
	color: #FFFFFF;
	margin: 20px 40px 0 40px;
}

#ThankYou p small {
	font-size: 12px;
}

