#map
{
	width: 100%;
	height: 400px;
}

#map input
{
	margin: 10px 0;
}

#map input#from
{
	width: 420px;
}

#directions
{
	width: 280px;
	float: left;
	font-size: 10pt;
}

div.cmp #directions
{
	width: 100%;
	float: none;
}

div.cmp div.container input
{
	width: 100%;
}

#map_canvas
{
	width: 420px;
	float: right;
	padding-left: 8px;
	border: 1px solid #ddd;
	height: 400px;
}

