div#map, div#map div
{
	color:#000000;
}

div#directions, div#directions div
{
	color:#ffffff;
}

.directions .submit
{
	clear:none;
	display:inline;
	float:right;
	margin-top:0;
	padding-top:5px;
}

.submit input
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
	border:2px solid #1a5cab;
}

.ie8 #Submit-div .sb-inner
{
	background:#1a5cab;
}

.ie7 .submit input, .ie8 .submit input
{
	border:0;
}

.directions .FormRow
{
	display:inline;
	float:left;
	width:270px;
}

.directions .FormRow label
{
	width:85px;
}

.directions .FormRow input
{
	width:175px;
}

