@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	/* Dynamic Fields */
	background-color: #8DD7F1;
	background-image: url();
	background-position: 0px 0px;
	background-repeat: none;
}

form {
	margin: 0px;
	padding: 0px;
}

.content_wrapper {
	width: 1000px;
	height: 600px;
	margin: 0px auto 0px auto;
	position: relative;
	/* Dynamic Fields */
	background: url(one_field.jpg) 0px 0px no-repeat;
}

.text_field {
	position: absolute;
	/* Dynamic Fields */
	left: 56px;
	top: 232px;
}

.text_field input {
	border: none;
	background: none;
	font-size: 150%;
	/* Dynamic Fields */
	width: 300px;
	height: 35px;
}

.submit_button {
	position: absolute;
	/* Dynamic Fields */
	left: 57px;
	top: 288px;
}

.submit_button a {
	text-indent: -9999px;
	outline: none;
	display: block;
	/* Dynamic Fields */
	width: 220px;
	height: 49px;
}

.privacy_link {
	position: absolute;
	/* Dynamic Fields */
	left: 39px;
	top: 504px;
}

.privacy_link a {
	display: block;
	outline: none;
	text-indent: -9999px;
	/* Dynamic Fields */
	width: 60px;
	height: 10px;
}

.body_content {
	height: 1px;
	padding-top: 10px;
	overflow: hidden;
}

.privacy_container {
	padding: 5px;
	font-size: 10px;
	color: #666666;
	background-color:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 600px;
	margin: 10px auto 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.privacy_container a {
	color: #336699;
}
