#success_table {
	width:100%;
	margin:10px 0 20px 0;
	font:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-bottom:none;
	}
#success_table th {
	color:#4f6b72;
	border:1px solid #C1DAD7;
	text-align:center;
	padding:6px 6px 6px 12px;
	background:#CAE8EA url(images/bg_header.jpg) no-repeat;
	font-size:11px;
	width:auto;
	}
#success_table td {
	border-right:1px solid #C1DAD7;
	border-bottom:1px solid #C1DAD7;
	background:#fff;
	padding:6px 6px 6px 12px;
	color:#4f6b72;
	text-align:center;
	font-size:11px;
	width:auto;
	}
#success_table tr.alt td {
	background:#F5FAFA;
	}
#success_table td a {text-decoration:none; color:#4f6b72;}
#success_table td a:hover {text-decoration:underline; color:#ec8b00;}
