/* input styles for form elements */






.submit {
	padding: 2px 4px 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4F2538;
	background-color:#999999;
	border: 2px solid #CCC;
	cursor: pointer;
	}


div.row {
  clear: both;
  padding-top: 10px;
  width: 630px;
  }

div.row span.label {
  float: left;
  width: 120px;
  padding-right: 4px;
  text-align: right;
  border : 0px solid #808080;
  font-weight: bold;}

div.row span.formw {
  float: right;
  width: 500px;
   text-align: left;
}

div.row span.labelonly {
  width: 120px;
  padding-right: 4px;
  text-align: left;
  border : 1px solid #808080;}


.asterisk
 {
font-weight: bold;
	color: red;
}


#endform {
  clear: both;
  }
  
  
  form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 600px;
  max-width: 600px;
  width: 600px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#eventform{
border: 1px solid #FF6209;	
padding: 10px;
background-color: #F0F0F0;
}


