@charset "UTF-8";

table	{
	width:740px;
	text-align:left;
	background:url(../common/whiteblock.png) repeat top left;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

table th, table td	{
	line-height:2em;		
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	border-bottom:solid 2px #007CF9;
}
table th	{
	width:180px;
	font-weight:bold;
	padding:0 0 0 3em;
}
table td	{
	width:500px;	
}