.contact_button{
	margin: 0;
	margin-top: 10px;
	margin-right: 10px;
	width: 100px;
	height: 25px;
	background: #eeeeee;
	border: #000000 1px solid;
}

.contact_button:hover{
	background: #dddddd;
}

#contact_box{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

#contact_details{
	margin: 0;
	margin-left: 10px;
	padding: 0;
	width: 372px;
	height: 620px;
}

#contact_details_address{
	margin: 0;
	padding: 0;
	width: 360px;
	border-bottom: #c6c6c6 1px solid;
}

#contact_detail_table{
	width: 360px;
}

#contact_detail_table td{
	font-size: 15px;
	vertical-align: top;
	white-space: nowrap;
	line-height: 30px;
}

#contact_comment{
	margin: 0;
	margin-top: 10px;
	padding: 0;
	width: 360px;
	height: 384px;
}

#comment_text{
	margin: 0;
	width: 360px;
	height: 290px;
	border: #d8d5d5 1px solid;
	overflow: auto;
	resize: none;
}

#contact_details_map_box{
	float: right;
	margin: 0;
	margin-top: -620px;
	margin-right: 10px;
	padding: 0;
	width: 500px;
	height: 620px;
}

#contact_details_map{
	margin: 0;
	width: 490px;
	height: 570px; 
	background: #ffffff;
	display: inline-block;
	padding: 4px;
	border: #d7d7d7 1px solid;
}

#contact_details_map iframe{
	width: 490px;
	height: 570px;
	border: none;
}