#insprofile fieldset
{
  margin:0px auto 0px auto; /*make the feildset sit in the middle of the table*/
  width: 500px;  /*make it smaller so it isnt too near the edges*/
  text-align: left;  /*align the input boxes in the fieldset*/
  border-width:2px;
  
}

#insprofile label.labelText
{
	width: 100px;
  float: left;
  text-align:left;
  padding-left:10px;
}

#insprofile label.evText
{
	width:140px;
	float:left;
  text-align:left;
}

#insprofile label.town1
{
	width: 150px;
  float: left;
  text-align:center;  
}

#insprofile label.town2
{
	width:150px;
	float:left;
  text-align:center;
}

#insprofile label.town3
{
	width:150px;
	float:left;
  text-align:center;
}
#insprofile img
{
	width:80px;
	height:80px;
  	text-align:center;
}

#insprofile fieldset.car_details
{
  margin:0px auto 0px auto; /*make the feildset sit in the middle of the table*/
  width: 250px;  /*make it smaller so it isnt too near the edges*/
  text-align: left;  /*align the input boxes in the fieldset*/
  display:inline;
  
}

#insprofile label.labelText_lesson
{
	width: 360px;
  float: left;
  text-align:left;
  padding-left:10px;
}

#insprofile label.evText_lesson
{
	width:80px;
	float:left;
  text-align:left;
}

#insprofile legend
{
	font-weight:bold;
	color:#000000;
	padding-left:1px;
}

#insprofile label.evText_profile
{
	width:250px;
	float:left;
  text-align:left;
}

#insprofile label.evText_pitch
{
	  text-align:left;
	  width:490px;
	  float:right;
}
