﻿fieldset  {
	background-color: #FFFFFF;
	width: 38em;
	margin-top:1em;
	padding-bottom:1em;
	padding-top: 2em; 
	margin-left: 0em; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; font-size:0.8em; 
	font-family:verdana, helvetica, arial, sans-serif; 
	padding-left:1em; padding-right:1em; padding-bottom:1em
	}
legend {
	font-weight: bold;
	/*margin-bottom: 1em;*/
	color:#006DEB
}

label   {
	/*line-height: normal;*/
	text-align: right;
	margin-right: 0px;
	position: relative;
	/*display: block;*/
	float: left;
	width: 12em;
	padding-right: 0.3em;
	margin-bottom: 0.1em;
	height: 1em;
	padding-bottom: .2em;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}

/* input.formInputText THIS SELECTOR DEFINES THE FORMAT AND COLOR OF THE FIELD. */
/* Field default values; First, Last, Address 1, etc. */
input.formInputText   { 
	font-size: 0.9em;
	color: #666;
	background-color: #FFFFCC; /* The background color of the field. In this case light yellow.  */
	padding: 2px;
	border: solid 1px #d3d3d3;  /* This is the border size and color of the default field boxes. */
	margin-right: 5px;	    /* The border color is set to the same as the form border,	     */
	margin-bottom: 5px;	    /* a light gray, better than black.				     */
	height: 1em;
	width:160px
	}
	
	
 textarea is the message body 
textarea {font-family:Verdana, Arial, Helvetica, sans-serif;}

.last_para {
	margin-top: 6em;
	text-align:right
}
#Layer2 {
	position:absolute;
	width:119px;
	height:36px;
	z-index:1;
	left: 10px;
	margin-top: -2em;
	top: 619px;
}
