form {  
  margin:0;
  text-align:left;
}


form fieldset {
  margin-top: 5px;
  padding: 5px;
  width:500px;
}
form legend{
  font: bold 13px Arial, Helvetica, sans-serif;
  color: #00008B;
  background-color:#F7F3F7;
 
}
form label { 
/*	display: block; */
	float: left; 
	width: 30%; 
	padding: 0; 
	margin: 5px 0px 0px 5px; 
	text-align: right; 
	font: bold 12px Arial, Helvetica, sans-serif;
}

form fieldset label:first-letter { 
	text-decoration:underline;    
}

form input, form textarea, form select {
	width:auto;      
  	color: #000000;
 	border: 1px inset #00008B;
	margin: 3px 0px 0px 3px; 
  
}

input.button {
  color: #FFFFFF;
  background-color:#999999;
  border: 1px outset #000;
  font-weight:bold;
}
input.button1 {
  color: #FFFFFF;
  background-color:#999999;
  border: 1px outset #000;
  font-weight:bold;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
	font-style:italic;
	font-size:12px;
	
}
