/*Common*/
table
{
	margin:0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;

}

td
{
	line-height:150%;

}

form
{
	margin:0;
	padding:0
}

input
{
	color:#000;
	font-size: 12px;
	border:#ccc 1px solid;
	background:#fff;
}

select
{
	color:#000;
	font-size: 12px;
}


img
{
	border-width:0px;
}



