/* CSS Document */

table.sbscr_plan{
	position:relative;
	float:left;
	clear:both;
	
	/*width:400px;*/
	
	border-collapse:collapse;
	margin:10px 0px 20px 20px;
	
	
}

table.sbscr_plan tr {border-bottom:1px solid #fff;}
table.sbscr_plan tr th{
	position:relative;
	float:none;
	clear:none;
	
	background-color:#aaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	line-height:24px;
	
	border-left:1px solid #fff;
	
	
	padding:2px 22px;
	margin:0px;
}


table.sbscr_plan tr td{
	position:relative;
	float:none;
	clear:none;
	
	background-color:#eee;
	border-left:1px solid #fff;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	line-height:24px;
	
	
	padding:2px 22px;
	margin:0px;
}