#header {
	margin-bottom: 30px;
}

#footer {
	margin-top: 30px;
}

#confReg {
	margin-bottom: 30px;
	margin-top: 30px;
}

#persInfo {
	margin-bottom: 30px;
	margin-top: 30px;
}

.details_row {
	height: 25px;
	padding: 5px;
	border-style: none;
	border-width: 0px;
	clear: both;
	float: none;
}
.details_col1 {
	width: 170px;
	font-weight: bold;
	float: left;
/*	color: #ff8000; */
}

.details_col2 {
	float: left;
}

.details_col2 input, .details_col2 textarea {
padding: 2px;
width: 300px;
background-color: #e9e9e9;
border:1px solid #e9e9e9;
}

.details_col2 textarea {
height:50px;
float:left;
}

.registration_row {
	clear: both;
	float: none;
	padding: 8px 0px;
}

.registration_col1 {
	text-align: center;
	float: left;
	width: 50px;
}

.registration_col2 {
	width: 380px;
	text-transform: none;
	font-weight: bold;
	float: left;
	clear: none;
	/* color: #ff7f00; */
}

.registration_col3 {
	float: left;
	clear: none;
}

.conf_details_row {
	clear: both;
	float: none;
	padding:8px 0px;
}

.conf_details_col1 {
	width: 170px;
	font-weight: bold;
/*	color: #ff8000; */
	float: left;
}

.conf_details_col2 {
	width: 380px;
	float: left;
	clear: none;
}

.registrationBox {
	margin: 25px 0px;
	border-style: none;
	display:block;
	clear:both;
}

.future_check {
padding-bottom: 25px;
	padding-top: 25px;
	clear: both;
	border-style: none;
	padding-left:18px;
}

.payment_box {
	margin-top: 30px;
	border-style: none;
}

.payment_paypal {
	float: left;
	margin: 20px;
	border-style: none;
}

.payment_payway {
	float: left;
	margin: 20px;
	border-style: none;
}
.payment_checkout {
	float: left;
	margin: 20px;
	border-style: none;
}

.confirmation_future_check {
}

.confirmation_total_col1 {
	float: left;
}

.confirmation_total_col2 {
	margin-left: 20px;
	float: left;
	font-weight: bold;
}

.confirmation_backButton {
	border-style: none;
	margin-top: 30px;
	clear: both;
}

.confirmation_Special {
	font-weight: bold;
	color: #ff8000;
}

.submitButton input {
  width:105px;
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
  height: 37px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  overflow: visible;
  outline-style: none;
  background: transparent url(../images/submit.jpg) no-repeat right top;
  margin-left:170px;
  color: transparent;
}

.confirmation_backButton input {
width:105px;
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
  height: 37px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  overflow: visible;
  outline-style: none;
  background: transparent url(../images/edit.jpg) no-repeat right top;
  margin-left:170px;
  color: transparent;
}

.payment_checkout input {
width:105px;
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
  height: 37px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  overflow: visible;
  outline-style: none;
  background: transparent url(../images/checkout.jpg) no-repeat right top;
  margin-left:150px;
  color: transparent;
}

