/*
This style sheet was created from C:\webs\contact_us_new.htm
*/

BODY
{

}
BODY, P 
{

 }

FORM 
{ 
text-align:center;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 1em;
margin-left : auto;
margin-right : auto;
  }

INPUT 
{
/* color: #781351; */
/* background: #FFFFCC; */
/* width : 24.5em; */ /* this effects wiki INPUT */
/* border: 1px solid #781351; */
 }

 /* unique IDs */
input.a_e-mail 
{
background-color: #FFFFCC;
width : 24.5em;
color: #781351;
clear : none;
/*border: 1px solid #781351*/
  }
input.a_e-mail:focus
  {
  	background: white;
  }
input.a_name 
{
width : 24.5em;
color: #781351;
background: #FFFFCC;
/*border: 1px solid #781351*/
  }
  input.a_name:focus
  {
  	background: white;
  }
input.a_telephone
  {
width : 24.5em;
color: #781351;
background: #FFFFCC;
/*border: 1px solid #781351*/
}
input.a_telephone:focus
  {
  	background: white;
  }
verifyimage
{
text-align: left;
/*margin: 0px 0px 7px 0px;*/
}
input.verify
{
	margin: 19px 0px 16px 0px;
}
input.btn 
{
/*float: right;*/
color: #228B22; /* was black */
/*background-color: #228B22;  was #ffa20f;*/
border: 2px;
border-style : outset;
border-color: #D7B9C9;
/*width: 4em;*/
margin-bottom : 16px; /* was auto */
margin-left : auto;
margin-right: 7px; /* was auto */
text-align: center;
}
input.login-user {
}
fieldset
{
border: 1px solid #781351;
width: 34em; /* was 28em - Sets width correctly for 800*600 at 34em */ 
margin-left: auto; /* was auto */
margin-right: auto;
/*text-align : left;*/ /* was center */ 

}
LABEL 
{ 
width: 4.5em;
float: left;
text-align: right; /* was right */
margin-top: 0em;
margin-right: 0.1em;
margin-left: 1em;
display: block;
}
.a_header
{
/*	float: left;*/
	text-align: left;
	margin-top: 0em; /* was -8px */
	padding-top: 0em; /* was 8px */
	margin-left: 7px; /* was 10px */
	/*display: block; */
	font-weight:    bold;
	font-size: 15px;
	font-family:   "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:   #006500;

}
.a_header_b
{
/*	float: left;*/
	text-align: left;
	margin-top: 3px;	/* was 3px */
	padding-top: 3px; /* was 3px */
	margin-left: 7px;
	/*display: block; */
	font-weight:    bold;
	font-size: 15px;
	font-family:   "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:   #006500;
}
.a_body
{
/*	float: right;*/
	text-align: left;
	color:    #663300; /* color:    #339900; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;  /* was 13px */
	vertical-align:   top;
	margin-left: 15px;
	margin-top: -11px;
/*	margin-top: -10px;*/
	line-height: 19px;
	display: block;
}
.a_radio
{
	float: left;
/*	text-align: right;*/
	margin: 0px 5px 6px 22px;
}

LEGEND 
{
text-align: center;
 color: #fff;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : smaller;
background: #228B22; /* was #ffa20c;*/
border: 1px solid #781351;
padding: 2px 7px 2px 7px; /* was just 2px 6px */
/*width: 34em;*/ /* Was 390px*/
 }
textarea 
{
width: 24.5em;
color: Black;
background-color: #FFFFCC;
border: 1px solid #00008B;
}

textarea:focus
  {
  	background: white;
  }
