input {
   font-size: 11px;

}


.form_errors{
   padding: 10px; 
   border: 2px solid #b6dca2;
   background-color: #6fbf46;
   margin: 20px 0;
   color: white;
   display: none;
}

.errorField {
   background-color: #f2ecd9;
   border: 1px solid #999999;
}

.label {

}

.inline_label {

}

#evalForm{
  width: 460px;
}



#evalForm .field{
  width: 100px;
}

#evalForm  .checkbox{
  position: relative;
  top: 4px;
}

#evalForm .name{
  width: 295px;
}

#evalForm .address{
  width: 295px;
}

#evalForm .suburb{
  width: 100px;
}

#evalForm .state{
  width: 40px;
}

#evalForm .postcode{
  width: 40px;
}

#evalForm .contactph{
  width: 121px;
}

#evalForm .bike{
  width: 125px;
}

#evalForm .color{
  width: 40px;
}

#evalForm .year{
  width: 40px;
}

#evalForm .weight{
  width: 40px;
}


#evalForm .groupBooked{
  width: 160px;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('images/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 70px;
	float: left;
}
