@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	border: thin solid #000;
	font-size: 10px;
	font-weight: bold;
	width: 500px;
	background-image: url(../images/pygmybg.jpg);
	height: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#form {
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
	height: auto;
	width: 480px;
	position: relative;
	top: 190px;

}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin: 5px;
	position: relative;
	top: 205px;
	padding-left: 100px;
	clear: both;
}
.oneColFixCtr #container {
	width: 500px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/pygmybg.jpg);
	height: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
	position: relative;
	top: 220px;
	text-align: center;
	font-size: 12px;
}


input {
	height: 12px;
	width: 135px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#span_txtfirstname {
	position: relative;
	left: -20px;
	width: 250px;
}
#span_txtlastname {
	position: relative;
	left: 10px;
	width: 250px;
}
#span_txtemail {
	position: relative;
	width: 250px;
	top: 0px;
	left: 5px;
}
#span_txtemailconf {
	position: relative;
	width: 250px;
	top: 0px;
	left: 15px;
}
#span_txtphone {
	position: relative;
	width: 110px;
	top: 0px;
	left: -20px;
}
#txt_phone {
	width: 50px;
}
#span_txtzipcode {
	position: relative;
	width: 110px;
	top: 0px;
	left: -10px;
}
#txt_zipcode {
	width: 50px;
}
#span_txtbirthdate {
	position: relative;
	width: 140px;
	top: 0px;
	left: 5px;
}
#footer a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#txt_birthdate {
	width: 70px;
}
#contact {
	position: relative;
	width: 400px;
	top: 10px;
}
#span_chkemail {
	position: relative;
	width: 78px;
	top: 10px;
}

#chk_email {
	width: 20px;
	height: 10px;
}
#span_chkphone {
	position: relative;
	width: 78px;
	top: 10px;
}
#chk_phone {
	width: 20px;
	height: 10px;
}
#optin {
	position: relative;
	width: 480px;
	top: 10px;
	left: 90px;
}
#CheckboxGroup1_0 {
	height: 10px;
	width: 20px;
}
#CheckboxGroup1_1 {
	height: 10px;
	width: 20px;
}
#CheckboxGroup1_2 {
	height: 10px;
	width: 20px;
}
#buttons {
	position: relative;
	width: 300px;
	top: 10px;
}
.submitbutton {
	background-image: url(../images/submit_btn.png);
	height: 25px;
	width: 55px;
}
.submitbutton:hover {
	background-image: url(../images/submit_btn_ro.png);
	height: 25px;
	width: 55px;
}
.resetbutton {
	background-image: url(../images/reset_btn.png);
	height: 25px;
	width: 55px;
}
.resetbutton:hover {
	background-image: url(../images/reset_btn_ro.png);
	height: 25px;
	width: 55px;
}


.leftp {
	text-align: left;
}
.error {
	font-weight: bold;
	color: #F00;
}
#errorLink {
	font-weight: bold;
	color: #F00; !important
	text-decoration: underline;
}