
table.placeholder_A 
{
	width: 100%;
	height: auto;
	margin-left: 1px;
	padding-left: 1px;    

	/*border-width: 1px;
	 border-style: dotted; */
	border-color: #e1e1e1;
	border-collapse: separate;
	background-color: white;
}
table.placeholder_A th {
	border-width: 0px;
	padding: 0;
	/* border-style: dotted; */
}
table.placeholder_A td {
	border-width: 0px;
	padding: 0;
	/* border-style: dotted; */
}

