#book_now_content {
	width: 100%;
	float: left;
}

.content_form {
	width: 100%;
	float: left;
}

.content_table {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.content_table tr td {
	text-align: left;
	font-size: 14px;
	padding: 0 0 10px 10px;
}
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
.asterisk {
	color: #FF0000;
	font-size: 18px;
}
.selection {
	border: 1px solid #CCC;
}
.textfield_1 {
	width: 100px;
	height: 20px;
	border: 1px solid #CCC;
}
.textfield_2 {
	width: 200px;
	height: 20px;
	border: 1px solid #CCC;
	font-size: 15px;
	color: #666666;
}
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
.pay_online_table tr td {
	vertical-align: top;
}
.pay_online_table tr td font {
	font-size: 11px;
}
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
#paypal_image {
	width: 100%;
	float: left;
	text-align: center;
}
#paypal_image h4 {
	padding-bottom: 10px;
}
#paypal_image h4 a {
	color: #800000;
	text-decoration: none;
}
#paypal_image h4 a:hover {
	border-bottom: 1px solid #800000;
}
#paypal_form {
	width: 300px;
	float: left;
	text-align: center;
}
