.SomeForm
{
	width: 70%;
}
.SomeForm th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	text-align: left;
/*	width: 50%;*/
}
.SomeForm td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	font-weight: bold;*/
	color: Black;
	text-align: left;
}