/*
  -------------------------------------------------------------------------------
 |  Copyright (C) 2003-2008 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 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 contact form
      Programmer: Benjamin Roberts
         Created: 03/14/2008
         Changes: 03/14/2008 - Ben Roberts - Stylesheet created
  -------------------------------------------------------------------------------
*/
/*html{
	height: 100%;
}

body{
	height: 100%;
	color: #404040;
	font-family: Tahoma, Verdana, Arial, Helvetica, serif, sans-serif;
	font-size: 13px;
	margin: 20px;
}

a{
	color: #404040;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

table{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border-width: 0px 0px 0px 0px;
	border-color: #C0C0C0;
	border-style: none;
}

td{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border-width: 0px 0px 0px 0px;
	border-color: #C0C0C0;
	border-style: none;
}*/

.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;
}

.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	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: #FCFCDE;
}

.checkbox{
	
}


