/*******************************************************************************
 * SCHEDULE FORM SOLUTION
 * http://www.edsheatingandcooling.com/schedule.php
 * http://www.edsheatingandcooling.com/schedule/
 *
 * Copyright 2007 Tim Summers All Rights Reserved.
 *
 * Tim Summers hereby grants Eds Heating and Cooling a perpetual non-exclusive
 * license to install, use and modify the following code on their company
 * website. Intellectual property rights regarding this code shall at all times
 * remain the property of Tim Summers and the Licensee shall have no right,
 * title, or interest therein.  Resale of this code is expressly prohibited.
 ******************************************************************************/
form {
	margin: 0;
}

.page_heading {
	text-align: center;
	width: 100%;
}

.page_instructions {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	width: 450px;
}

/* TABLE STYLES */

#tbl_type_of_service {
	background-color: #FFF8DF;
	border: 2px #000000 solid;
	width: 450px;
}

.td_type_of_service {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-left: 7px;
	margin-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#tbl_customer_info {
	background-color: #FFF8DF;
	border: 2px #000000 solid;
	width: 450px;
}

.customer_info_label {
	width: 30%;
}

.customer_info_field {
	padding: 3px;
	width: 70%;
}

#tbl_schedule_information {
	background-color: #FFF8DF;
	border: 2px #000000 solid;
	width: 450px;
}

#tbl_appointment_details {
	background-color: #FFF8DF;
	border: 2px #000000 solid;
	width: 450px;
}

#tbl_command_buttons {
	background-color: #CE1126;
	border: 2px #000000 solid;
	width: 450px;
}

#tbl_command_buttons td {
	text-align: center;
}

/* FORM STYLES */
.form_section_title {
	border-bottom: 2px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #CE1126;
	color: #FEC110;
	text-align: center;
	text-transform: capitalize;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.form_instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 5px;
}

.form_instructions_required {
	font-style: italic;
	color: #FF0000;
	text-align: center;
	padding-bottom: 10px;
}

.form_click_calendar {
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form_section_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 7px;
	margin-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: capitalize;	
}

.service_type {
	font-size: 13px;
	font-weight: bold;
	color: #CE1126;
}

.form_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 7px;
	margin-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.form_field {
	margin-left: 7px;
}

.form_choice_field {
	margin-left: 7px;
	margin-bottom: 0px;
	width: 80px;
}

.form_choice {
	border: #000000 1px solid;
	background-color: #CE1126;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FEC110;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 75px;
}

.img_calendar {
	padding-top: 2px;
}

a.show_calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}

a.show_calendar:hover {
	text-decoration: underline;
}

a.show_calendar:visited {
	color: #0000FF;
}

.example {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

.radio_button {
	margin-top: 3px;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
}


/* MESSAGEBOX STYLES */
#tbl_mail_successful {
	width: 100%;
}

#tbl_mail_successful td {
	color: #000000;
	text-align: center;
	padding: 5px;
}

#tbl_mail_failure {
	border-width: 1px;
	border-style: double;
	border-color: #FF0000;
	width: 450px;
}

#tbl_mail_failure td {
	color: #FF0000;
	text-align: center;
	padding: 5px;
}