#googlemap {
	position: relative;
	float: left;
	width: 100%;
	min-height: 200px;
}


#googlemap table {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	margin-top: 10px;
}

#googlemap table .l {
	text-align: left;
}
#googlemap table .c {
	text-align: center;
}
#googlemap table .r {
	text-align: right;
}



#googlemap table input[type=text] {
	border: 1px inset black;
	width: 100px;
	font-size: .9em;
}
#googlemap table input.short {
	width: 36px;
}

#googlemap table input[type=button] {
	font-size: .8em;

}


#googlemap table thead th {
	background: #000080;
	color: white;
	padding: 5px;
}
#googlemap table tbody td {
	padding: 5px;
}
#googlemap table tbody td.w1 {
	width: 25%;
}
#googlemap table tbody td.w2 {
	width: 12%;
}
#googlemap table tbody td.w3 {
	width: 6%;
}
#googlemap table tbody tr.remove td{
	background: pink !important;
}
#googlemap table tbody tr.odd td {
	background: #F5F5F5;
}