/*
  -------------------------------------------------------------------------------
 |  Copyright (C) 2007 Azalea Technology, LLC. All rights reserved.              |
 |-------------------------------------------------------------------------------|
 |  Unauthorized removal of this notice is considered a violation of the         |
 |  license agreement under which this Code may be used. This work is protected  |
 |  under United States copyright law and the similar law(s) of other countries  |
 |  under which such as work is afforded legal protection, and upon conviction   |
 |  of such a violation in a court of applicable jurisdiction, such person(s)    |
 |  may be subject to the maximum allowable penalty as permitted under such law. |
 |-------------------------------------------------------------------------------|
 |  You acknowledge and agree that information presented to you through this     |
 |  site (the "Web Site") is protected by all applicable copyrights, trademarks, |
 |  service marks, patents or other proprietary rights and laws, and by virtue   |
 |  of accessing the Web Site, except as expressly authorized by the Azalea      |
 |  Technology, LLC., you agree not to modify, rent, lease, loan, sell,          |
 |  distribute, store, or create derivative works based on the Web Site, in      |
 |  whole or in part.                                                            |
 |-------------------------------------------------------------------------------|
 |  Decrypting or otherwise decoding the following programming language code is  |
 |  strictly prohibited except as expressly authorized by Azalea Technology,     |
 |  LLC. Upon conviction of such a violation in a court of applicable            |
 |  jurisdiction, such person(s) may be subject to the maximum allowable penalty |
 |  as permitted under such law.                                                 |
  -------------------------------------------------------------------------------
         Purpose: External stylesheet for the public Web site
      Programmer: Benjamin Roberts
                  Azalea Technology, LLC.
                  P.O. Box 131150
                  Tyler, TX 75713-1150
                  903-581-4448
                  broberts@azaleatech.com
                  http://www.azaleatech.com
  -------------------------------------------------------------------------------
*/

/*
	Internet Explorer renders a margin around the container created by the form tag.
	In versions if IE and other browers that support the MARGIN CSS property, the
	following declaration should remove the unexpected spacing that is rendered around
	the form element.
*/
form{
	margin: 0px;
}


.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	//*border-left: 1px SOLID #003900;
	border-top: 1px SOLID #003900;
	border-right: 1px SOLID #003900;
	border-bottom: 1px SOLID #003900;
	background-color: #E9E9E9;*//
}

.textbox{
	padding: 1px 2px 1px 2px;
	text-align: left;
	vertical-align: middle;

	font-family: "Courier New", Courier, monospace, serif, sans-serif;
	font-size: 14px;
	color: #000000;

	border-left: 1px SOLID #808080;
	border-top: 1px SOLID #808080;
	border-right: 1px SOLID #808080;
	border-bottom: 1px SOLID #808080;

	background-color: #F7F7F7;
}

.textbox_error{
	padding: 1px 2px 1px 2px;
	text-align: left;
	vertical-align: middle;

	font-family: "Courier New", Courier, monospace, serif, sans-serif;
	font-size: 14px;
	color: #000000;

	border-left: 1px SOLID #FF0000;
	border-top: 1px SOLID #FF0000;
	border-right: 1px SOLID #FF0000;
	border-bottom: 1px SOLID #FF0000;

	background-color: #FFEBEB;
}

.error_msg_container {
	font-family:"Courier New", Courier, monospace;
	color:#CC0000;
	font-weight:bold;
	margin-left: 5px;


}

#Name_msg_box {

}

#Address_msg_box {

}

#Phone_msg_box {

}

.required_field{
	color: #900;
	font-size: 10px;
}

.labels {
	font-size: 12px;
	line-height: 1.2em;
	vertical-align: baseline;
	padding-top:5px;
}

.form_field {
	padding-top:5px;
}

.table_wrapper {
	margin-top:10px;
	margin-left:15px;
	margin-right:15px;
	
}
