#body.regsite { margin-top:50px; position:relative; }

table {
	margin: 13px 0;
	width:95%;
	text-align:left;
	border-collapse:collapse;
}

table th {
	padding:.616em;
	border-top:2px solid #561F4B;
	border-bottom:1px solid #fff;
	color:#fff;
	background-color:gray;
	font-size:1em;
	font-weight:normal;
}

table td {
	padding:.616em;
	border-top:1px solid transparent;
	border-bottom:1px solid #fff;
	border-left-color:#fff;
	border-right-color:#fff;
	color:#000;
}

table tr:nth-of-type(odd) { background-color: #EEEEEE; }
table tr:nth-of-type(even) { background-color: #E5E5E5; }
