@charset "utf-8";
@import "base.css";

div.profile{
	border: 1px solid #D6BDB9;
	padding: 10px;
}
div.profile img{
	position: absolute;
	z-index: 9999;
	margin-top: -30px;
}
div.profile p{
	margin: 0px 0 10px 160px;
}
div.profile table{
	margin: 0 0 15px 0;
	padding: 5px;
}
div.profile table th{
	font-size: 90%;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 1em;
	font-weight: bold;
}
div.profile table td{
	font-size: 85%;
	line-height: 170%;
}
dl.companydata {
	padding: 10px 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
dl.companydata dd{
	margin: -1.5em 0 7px 80px;
}
.map{
	margin: 15px 0;
}