/* Style sheet for forms */
/* See http://www.picment.com/articles/css/funwithforms/ */

fieldset {
        width: 44%;/*300px;*/ 
		  position: relative;
		  float: left;		
		  padding: 0.5em;   
		  margin-left: .5em;
		  margin-bottom: .5em;
		  }		  
fieldset label {
        float:left;
		  font-size: 80%;
		  width: 200px;
		  margin: 3px;
		 		  }
fieldset legend {
  font-size: 90%;
  color: navy;
}
fieldset .nobr {
        display:none; }  
/* fieldset textfield {
        margin:3px;
        height:20px;
        width: 200px; 
		  } */
fieldset textarea {
        margin:3px;
        height:165px; 
}
input {
	font-size: 80%;
/*	margin-bottom: .5em; */
}
fieldset .small {
	 line-height: 1.3em;
}
fieldset p {
	padding-top: 1em;
}

.required:before {
	content: "*";
 
}

.heading2 {
	font-family:"helvetica, arial, sans serif";
   font-weight: bold;
}
.heading3 {
	font-family:"helvetica, arial, sans serif";
	font-weight: bold;
}
