#web-hosting-plan {
	margin-top: 10px;

}
#web-hosting-plan .plan {
	width: 170px;
	float: left;
	margin-right: 10px;
	_margin-right: 10px;
	font-size: 12px;
	line-height: 1.6em;
	height: 220px;
}
#web-hosting-plan .plan h3 {
	text-indent: -9999px;
	height: 45px;
	overflow: hidden;
}
#web-hosting-plan .plan ul {
	height: 140px;
	overflow: hidden;
	list-style: none;
	letter-spacing: 0em;
	line-height: 1em;
	margin: 0;
	margin-top: -8px;
}
#web-hosting-plan .plan ul li {
	border-bottom: 1px dotted #BBB;
	padding: 5px 5px;
}


#web-hosting-plan .plan a {
	text-indent: -9999px;
	display: block;
	height: 35px;
	border: none;
}
#web-hosting-plan #web500 {
	background-image: url(../img/index/web500.png);
	background-repeat: no-repeat;
}
#web-hosting-plan #web1000 {
	background-image: url(../img/index/web1000.png);
}
#web-hosting-plan #web2000 {
	background-image: url(../img/index/web2000.png);
	margin-right: 0px;
}

