v\:* 
{
  behavior:url(#default#VML);
}
.mapLink
{
	display: inline;
	padding-left: 6px;
	color: #06C;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

.mapLink:hover
{
	cursor: pointer; 
	color: blue; 
}

input.submitButton
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

.text
{
	color: red;
	font-family: Arial;
	font-size: 12px;
}


/* Directions Page */

form.directionsForm fieldset
{
	padding: 6px;
}

/*this doesn't work*/
form.directionsForm fieldset label
{
	margin-top: 2px; 
	float: left; 
	width: 70px;
}

select.directionsMenu
{
	margin-top: 6px;
}

input.directionsButton
{
	margin-top: 10px;
	margin-left: 70px;
}


