<!-- * * * * * * form fieldset login * * * * * * -->

form fieldset {
  border-color:#006400;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin:0;
color:#006400;
background-color:#E6FFCC;
}
form fieldset legend {
font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                 /* be careful with padding, it'll shift the nice offset on top of border  */
color:#006400;
padding: .2em;
font-weight:bold;
}
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: .1em; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
font-size:.9em;
letter-spacing:.1em;
color:#006400;
font-family:"Trebuchet MS", Georgia, Helvetica, Arial;
}
form fieldset input
{
display: inline;
padding: .2em;
border:1px solid #006400;
margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
}
form fieldset select
{
/* font-weight:bold; */
}
.frmStringLong
{
	width: 80%;
}
.frmButton
{
	width: 150px; 
}
form fieldset small
{
	margin-left: 152px;
}
.fsubmit
{
text-align:right;
}
