#pricing-table .plan {
	font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	text-shadow: 0 1px rgba(255, 255, 255, .8);
	background: #fff;
	border: 1px solid #d0e4eb;
	color: #333;
	padding: 20px;
	width: 180px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
	float: left;
	position: relative;
	margin-bottom:20px;
}
#pricing-table #most-popular {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
}
 #pricing-table .plan:nth-child(1) {
 -moz-border-radius: 5px 0 0 5px;
 -webkit-border-radius: 5px 0 0 5px;
 border-radius: 5px 0 0 5px;
}
 #pricing-table .plan:nth-child(4) {
 -moz-border-radius: 0 5px 5px 0;
 -webkit-border-radius: 0 5px 5px 0;
 border-radius: 0 5px 5px 0;
}
/* --------------- */	

#pricing-table h3 {
	font-size: 26px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #e5f0f4;
	background-image: -moz-linear-gradient(#fff, #e5f0f4);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5f0f4));
	background-image: -webkit-linear-gradient(#fff, #e5f0f4);
	background-image: -o-linear-gradient(#fff, #e5f0f4);
	background-image: -ms-linear-gradient(#fff, #e5f0f4);
	background-image: linear-gradient(#fff, #e5f0f4);
	color:#147a9b!important;
}
#pricing-table #most-popular h3 {
	background-color: #d9e8ec;
	background-image: -moz-linear-gradient(#eaf3f6, #d9e8ec);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaf3f6), to(#d9e8ec));
	background-image: -webkit-linear-gradient(#eaf3f6, #d9e8ec);
	background-image: -o-linear-gradient(#eaf3f6, #d9e8ec);
	background-image: -ms-linear-gradient(#eaf3f6, #d9e8ec);
	background-image: linear-gradient(#eaf3f6, #d9e8ec);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
 #pricing-table .plan:nth-child(1) h3 {
 -moz-border-radius: 5px 0 0 0;
 -webkit-border-radius: 5px 0 0 0;
 border-radius: 5px 0 0 0;
}
 #pricing-table .plan:nth-child(4) h3 {
 -moz-border-radius: 0 5px 0 0;
 -webkit-border-radius: 0 5px 0 0;
 border-radius: 0 5px 0 0;
}
#pricing-table h3 span {
	display: block;
	font: bold 18px/100px Georgia, Serif;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #d0e4eb inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #d0e4eb inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #d0e4eb inset, 0 3px 0 #999 inset;
}
/* --------------- */

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
#pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}
/* --------------- */
	
#pricing-table .signup {
	display: inline-block;
	background: rgb(247,132,60); //#f67e39;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 30px 8px 30px;
	outline: 0;
	border-radius: 300px;
	background: rgb(246,126,57);
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	margin-bottom:20px;
}
#pricing-table .signup:hover {
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.22);
-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.22);
box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.22);
}
#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #62bc30;
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
}
/* --------------- */

.clear:before, .clear:after {
	content:"";
	display:table
}
.clear:after {
	clear:both
}
.clear {
	zoom:1
}

