body  {
	background-color: #fff;
	background-image:url(../images/bkgd_TD.gif);
	font-size: 13pt;
	font-family: Helvetica,  Arial, sans-serif;
	color:#333333;
	padding:0px;
	margin:0px;
}

div {
	position: relative;
}

#white {
  width: 800px;
  display: block;
  margin: 50px auto 0 auto;
  background-color: #FFFFFF;
  padding: 5px 5px 0 5px;

  
}

#white form {
  background-image: url(images/reg_sideImage.jpg);
  background-repeat: no-repeat;
  padding-bottom: 5px;
  background-position: 0 center;
}
#white #privacyBg {
  background-image: url(images/reg_sideImage.jpg);
  background-repeat: no-repeat;
  padding-bottom: 5px;
  background-position: 0 center;
}

#white table {
	width: 450px;
	margin-left: 270px;
}

#white p {
	margin: 10px 50px 0 290px;
	font-size: 15px;
}

#white h2 {
  text-align: center;
}

select {
	width: 170px;
}

#regHeader {
	background-image: url(images/reg_banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #871719;
	height: 100px;
	width: 100%;
	display: block;
}


.fieldname {
	float: right;
}


.tiny { 
	font-size: 11px;
}

#submit {
	border: none;
	background-image: url(images/reg_submit.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 84px;
	display: block;
	cursor: pointer;
}

.error {
	color: #c90000;
}

#privacy {
  width: 400px;
  text-align: center;
  margin: 5px auto 20px auto;
}

#privacy a {
}

