/* CSS Document */
form	{
	margin-left: 15px;
	color: #018551;
	width:500px;
	}
input.txt {
  color:#333333;
  background-color: #ffffff;
  border: 1px dotted #7E6C56;
  width: 230px;
  background-image: url(../new/images/formShade.gif);
}
input.txtSmall {
  color: #333333;
  background-color: #fff;
  border: 1px dotted #777;
  width: 55px;
  background-image: url(../new/images/formShade.gif);
}

textarea.txt {
	 color:#333333;
 	 background-color: #fff;
	 border: 1px dotted #777;
	 width: 340px;
	 background-image: url(../new/images/formShade.gif);
	 
}
textarea.txtBig {
	 color:#333333;
 	 background-color: #fff;
	 border: 1px dotted #777;
	 width: 450px;
	 background-image: url(../new/images/formShade.gif);
	 
}

input.btn {
	color: #fff;
	font-size: 14px;
	border: 1px outset #777;
	background-color: #4CB182;
	margin-top: 18px;
	font-weight: bold;
	}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  width:480px;
 }
form p label {
  float: left;
  width: 105px;
  font: bold 10px  Verdana, Arial, sans-serif;
  color: #4CB182;

}
form p label.long_label {
  float: left;
  width: 450px;
  font: bold 10px  Verdana, Arial, sans-serif;
  color: #4CB182;
  padding-bottom:5px;

}
fieldset {
  border: 1px dotted #4CB182;
  margin-bottom: 16px;
  padding: 10px;
}
legend {
  font: bold 12px Geneva, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: bold;
  background-color: #4CB182;
  padding: 5px;
  }
