.entry_form {

  margin: 0px;

  padding: 0px;

  font-family: 'open sans', sans-serif;

}


.entry_form table
{
	font-family: Verdana;
	font-size: 12px;
}

.entry_form legend {

  font-family: 'open sans', sans-serif;

  font-size: 16px;

  color: #ff7100;

  font-weight: bold;

}

 


.entry_form fieldset
{
	border: 1px solid #918F8F;
}

.entry_form label {

  font-family: 'open sans', sans-serif;

  font-size: 14px;

  font-weight: normal;

  color: #6a6868;

}


.entry_form select {

  border: 1px solid #818181;

  font-family: 'open sans', sans-serif;

  font-size: 13px;

  background: #f8f8f8;

  line-height: 20px;

}


.entry_form input {

  border: 1px solid #818181;

  font-family: 'open sans', sans-serif;

  font-size: 13px;

  background: #f8f8f8;

  line-height: 20px;

}


.entry_form textarea{

  border: 1px solid #818181;

  font-family: 'open sans', sans-serif;

  font-size: 13px;

  background: #f8f8f8;

  line-height: 20px;

  }


.entry_form .error
{
	padding-left: 20px;
	font-family: Verdana;
	font-size: 12px;
	color: #EB6D59;
	font-weight: bold;
	background: url('../images/exclamation.png') no-repeat;
	background-position: left;
}

.customFieldDescription_small
{
	font-size: 9px;

}