@charset "utf-8";
/*label {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7C4125;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #DFDFDF;
	border: 1px solid #666666;
}*/
.submit input   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
.error_text {
	color: #FF0000;
}
form {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: left;
}
form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}
form fieldset legend {
	font-size:16px;
	font-weight:bold;
	color: #338BB7;
	margin-bottom:20px;
}
form label { 
    font-weight:bold;
	color:#7C4125; 
	text-align:left; 
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	border: 1px solid #B9B9B9;
}
.force_uppercase   {
	text-transform: uppercase;
}
form .btn {
    padding:1px;
	background-color:#DFDFDF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	border:solid;
	border-bottom-width:1px;
	border-color:#B9B9B9;
}
form .btnhover  {
	padding:1px;
	background-color:#338BB7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	border:solid;
	border-bottom-width:1px;
	border-color:#7C425;
}
#form p{
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7C4125;
}
form table {
    margin-bottom:15px;
	margin-top:0px;
}
form  table  td  {
    margin-top: 0px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7C4125;
}
form h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006699;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
form td {
	padding-bottom: 10px;
}

