@charset "utf-8";
/* CSS Document */

.reservation_form_header {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000;
}
.form_sub_header {
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
.FormTextBox {
	font-size: 16px;
	line-height: 35px;

}
.label {
	font-size: 16px;
	vertical-align: baseline;
	text-align: right;
}

.FormTextBox input {
	font-size: 12px;
	vertical-align: baseline;
	text-align: left;
	line-height: 25px;
}

.form_content {
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}

#txlabel {
	text-align: right;
}
.normalPage #container #content_area #content #form1 .FormTextBox #contact table tr td #Title {
	text-align: left;
}
.normalPage #container #content_area #content #form1 .FormTextBox #contact p span label {
	text-align: left;
	font-size: 16px;
}
.addService {
	background-image: url(../spa/images/btn_add_service_up.gif);
}
.addService A:hover{
	background-image: url(../spa/images/btn_add_service_hov.gif);
}.normalPage #container #content_area #content #form1 .FormTextBox #appointment p span a #Submit_Res {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form_sub_header_right {
	float: right;
	vertical-align: baseline;
}
.normalPage #container #content_area #content #contact table {
	float: left;
	display: table-row-group;
}
.normalPage #container #content_area #content #contact #appointment {
	float: right;
}
#reservation_tbl {
	vertical-align: top;
}

.services {
	text-align: left;
	vertical-align: top;
	display: none;
}

