<style>
.package
{
 width: 550px;
 height: auto;
 background-image: url("images/package_middle.jpg");
 background-repeat: repeat-y;
 margin-left: 20px;
 margin-top: 0;
 padding-top: 0;
 
}

	.package .title
	{
		width: 550px;
		height: 60px;
		color: #ffffff;
		background-image: url("images/package_top.jpg");
 		background-repeat: no-repeat;
		overflow: hidden
		* overflow: auto;
	}
	
		.package .title h1
		{
			font-size: 18px;
			padding: 8px 0 0 26px;
		}
		
	.package .surgeries
	{
		width: 200px;
		margin:  0 20px 0 15px;
		color: #ffffff;
		float: left;
		font-size: 14px;
	}
		
		.package .surgeries ul
		{
			padding-bottom: 0;
			font-size: 14px;
		}

		.package .surgeries ul li
		{
			font-size: 14px;
		}
		
	.package .offers
	{
		width: 150px;
		margin-right: 20px;
		color: #ff3399;
		float: left;
	}
	
		.package .offers h4
		{
			padding-bottom: 0;
			margin-bottom: 0;
		}
	
	.package .price
	{
		width: 120px;
		color: #ffffff;
		float: left;
	}
		.package .price a
		{
			color: #ff3399;
			text-decoration: underline;
		}

.myop_other
{
	display: none;
}
	
</style>
