/*
 * Hierin staan generieke styles die site overstijgend zijn
 */
 
#mesg_in
{
	width:600px;
	height:300px;
	background-color: #fafad2;
	overflow: auto;
}

#mesg_out
{
	width:600px;
	height:300px;
	background-color: #fafad2;
	overflow: auto;
}

#tracker_map_canvas
{
	float:left;
	width: 580px; 
	height: 400px;
	margin:10px;
}

