img.signup {
	float:right;	
	margin:40px 0 0 60px;
}

div.freeplan {
	background: url(images/planfree_bg.png) 0 0 no-repeat;
	width:580px;
	height:274px;
}

div.plan {
	background: url(images/plans_bg.png) 0 0 no-repeat;
	width:305px;
	height:235px;
}

div.plan_ul {
	float:left;
	margin-left:10px;
	margin-top:10px;
}

/* Star list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 10px;
	padding: 0px 0px 5px 30px;
	background: url(images/star-bg.gif) no-repeat 4px 0px;
}



#button ul {
	list-style-type: none; 
	list-style-image: none; 
}

#button li {
	display:inline; 
	float:left;
	padding:1px;
}

a.read_more {
	margin-left: 35px;
	display:block;
	width:74px;
	height:21px;
	background: url(images/read_more.png)  0 0 no-repeat;
}


a.sign_up {
	display:block;
	width:74px;
	height:21px;
	background: url(images/order_now.png)  0 0 no-repeat;
}

