@charset "utf-8";


table.profileTable
{
	width:680px;
	border-top:1px solid #2f9f70;
	border-left:1px solid #2f9f70;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#fff;
	empty-cells:show;
	margin:0 0 20px 5px;
}

table.profileTable th{
	width:200px;
	border-right:1px solid #2f9f70;
	border-bottom:1px solid #2f9f70;
	color:#fff;
	background-color:#2f9f70;
	background-image:url(../images/table_bg.gif);
	background-position:left top;
	padding:0.5em 0.5em;
	text-align:left;
}
table.profileTable td{
	border-right:1px solid #2f9f70;
	border-bottom:1px solid #2f9f70;
	padding:0.5em 0.5em;
}

div.dlBox
{
	background-color:#f4f4f4;

}
div.dlLeft
{
	float:left;
	width:119px;

}
div.dlRight
{
	float:left;
	width:300px;

}
