#map{
	width: 704px;
	height: 450px;
}

.contact_table{
	position: relative;
	width: 100%;
	margin: 1em 0;
}
.contact_table tr:nth-child(even){
	background: #FFF;
}
.contact_table tr:nth-child(odd),
.contact_table tr.even{
	background: #f4f4f4;
}
.contact_table a{
	text-decoration: none;
}
.contact_table td{
	vertical-align: top;
	padding: 1em 0 .5em 1em;
}
.contact_table tr.second td{
	padding: 0 0 0 1em;
}
.contact_table tr td{
	font-size: 14px;
    font-weight: 200;
}
.contact_table tr.item td:first-child{
	font-weight: bold;
}