h2 {
	margin-top: 10px;
	margin-bottom:0px;

}
div.plan h3{
	height: 95px;
	width: 368px;
	margin-bottom: 5px;
}
div.plan{
float:left;width:368px;
	background-repeat: no-repeat;
	background-position: left 84px;
	margin-right:19px;
	position:relative;
	height:600px;
	margin-bottom:30px;}
div#plan1{
	background-image:url(img/plan-bg1.jpg);

}
div#plan2{
	background-image:url(img/plan-bg2.jpg);
margin-right:0px;
}


div.plan table{
	width: 325px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	border-collapse:collapse;
}
div.plan table th,div.plan table td{
	border: 1px solid #999999;
	color:#666666;
	font-weight:normal;
	padding:5px;
}
div.plan table th{
	background-repeat: repeat;
	background-position: left top;
	width:52px;
}
div.plan table td{
	background-color: #FFFFFF;
}
div.plan table td img{vertical-align:baseline;margin-left:2px; margin-right:2px;}
div#plan1 table th{
	background-image: url(img/table-bg1.gif);
}
div#plan2 table th{
	background-image: url(img/table-bg2.gif);
}
div.plan table tr.strong td,div.plan table tr.strong th{font-weight:bold;}

div.plan p{
	position:absolute;
	left:120px;
	top:316px;
	line-height:26px;
	padding-right: 13px;
}
div.plan strong{font-weight:normal;}
div#plan1 strong{color:#ff6086;}
div#plan2 strong{color:#0dacc1;}
