#check_avail {
	background: #FFFFFF;
	width: 70%;
	min-width: 650px; 
	max-width: 1300px;
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 3px;
	}

#check_avail .link_dest {
	font-family: Arial, "Times New Roman", Helvetica, sans-serif;
	font-size:10px;
	}

#check_avail .monotype_center p {
	text-align: center;
	font-family: "Monotype Corsiva", "Times New Roman", Helvetica, sans-serif, Arial;
	font-size:15px;
	}

#check_avail h1 {
	text-align: center;
	margin-top: 10px; 
	margin-bottom: 0;
	color: #000080;
	font-family: Arial, "Times New Roman", Helvetica, sans-serif;
	font-size:23px;
	font-weight: bold;
	font-style: italic;
	letter-spacing:1px;
}

#check_avail a {
	font-family: Arial, "Times New Roman", Helvetica, sans-serif;
	font-size:12px;
	}

/*Form Avail */
table {
	background:url('http://www.magicaldolphin.com/images/bg/blue46.gif');
	width: 90%;
	min-width: 600px; 
	max-width: 1300px;
	border: 1px solid #000080;
	border-collapse: collapse;
	padding: 5px; 
	text-align: center;
	float: left;
	}

#avail td {
	vertical-align: top;
	padding: 10px;
	}

#avail tr {
	border: 1px grey solid;
	}

#avail .display td {
	width: 35%; 
	min-width: 200px; 
	max-width: 430px;
	border: 1px solid red;
	}

#avail .display p {
	text-align: right;
	color: blue;
	font-weight:bold;
	text-decoration:none;
	}


#avail .form_field td {
	text-align: left;
	width: 60%;
	}

#avail .form_field p {
	font-family: Arial, "Times New Roman", Helvetica, sans-serif;
	font-size:12px;
	color: blue;
	text-align: left;
	}

.error_form p {
	font-family: Arial, "Times New Roman", Helvetica, sans-serif;
	font-size:12px;
	color: red;
	}

.warning_form p {
	font-family: Arial, "Times New Roman", Helvetica, sans-serif;
	font-size:12px;
	color: #800000;
	}

#avail .centerMe p {
	text-align: justify;
	color: blue;
	text-decoration:none;
	padding: 5px;
	}
	
table a:link {color:white; text-decoration:none;}
table a:active {color:white; text-decoration:none;}
table a:visited {color:white; text-decoration:none;}
table a:hover {color:white; text-decoration:underline;}

/* Select */
.submit {
	width: 500px;
	float: left;
	}
	
fieldset .submit {
	width: 40px;
	}
	
.select_field {
	float: left;
	width: 350px;
	}

.type_button {
	float: right;
	width: 40px;
	}
