input {
	font-size:11px;
}
input.red {
	background-color: #BC0B0B;
	font-weight: bold; 
	font-size: 12px;
	color: white;
}
input.pink {
	background-color: #ffcccc;
}
textarea.pink {
	background-color: #ffcccc;
}
form {
	margin-top:0px;
	padding-top:0px;
}
form fieldset {
 clear: both;
  padding: 10px;
  margin: 0px 25px 10px 12px;
  /* width:520px; */
  width:80%;
}
form fieldset legend {
 font-family: Calista,"Lucida Grande",Helvetica,Arial,sans-serif;
  font-weight: bold;
  color: #BC0B0B;
  margin: 0 0 0 0;
  padding: 0 5px;
  font-size:14px;
}
form fieldset label {
 float:left;
  width:120px;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  color:#535353;
  font-size:12px;
}
form select {
	
}
