@charset "utf-8";

/* .profileBox */
.profileBox {
	width:621px;
	overflow:hidden;
	clear:both;
	padding:27px 0 0 20px;
}
.profileBox h2 {
	padding-bottom:25px;
}
.profileBox table {
	width:568px;
	margin:0 0 0 25px;
	border-top:1px dashed #231F20;
}
.profileBox table th {
	border-bottom:1px dashed #231F20;
	padding:8px 0 8px 13px;
	width:72px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
.profileBox table.tabs th {
	width:90px;
}
.profileBox table th span {
	padding-left:23px;
}
.profileBox table td {
	padding:8px 0 8px 0;
	border-bottom:1px dashed #231F20;
}
.profileBox table td p {
	padding-bottom:15px;
}