#pricing_container
{
    text-align: center;
}

#pricing_wrapper 
{
	margin-left:auto;
	margin-right: auto;
	padding: 35px 0 20px 0;
    width: 910px;

}

.plan_col
{
	-moz-box-shadow:    inset 0 0 10px #999;
	-webkit-box-shadow: inset 0 0 10px #999;
	box-shadow:         inset 0 0 10px #999;
    width: 160px;
    margin-right: 12px;
    float: left;
    font-size: 12pt;
	color: #999;  

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;    
	background-color: #fffafa;
	border: 4px solid #e9ce1c;
}

.plan_col h1
{
    background-color: #1acfd0;
    color: #fff;
    padding: 10px;
	background-repeat: repeat-x;
	font-family: 'Pacifico', Cursive;
	font-size:40px;    
	-moz-box-shadow:    inset 0 0 10px #999;
	-webkit-box-shadow: inset 10 10 10px #999;
	box-shadow:         inset 0 0 10px #999;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px 5px 0px 0px;    	
	-o-border-radius:5px;
	border-radius:5px 5px 0px 0px;    	
	margin-bottom:0px;
	line-height:1.4em;
}

.plan_col h2
{
    padding: 10px;
    font-size:14px;    
}

.plan_col ul
{
    padding: 10px;
    color: #333333;
}

.plan_col li
{
    line-height: 1.4em;
    list-style: none;
	font-size: 20px;    
	margin-bottom:20px;
	color: #777;
}


.current_plan_label
{
	background-color: #dc242d;
	color: #fff;
	padding: 10px;
	font-weight: bold;
}

.current_plan_col
{
	border-color: #dc242d;
}


.current_plan_col h1
{
}

.current_plan_col h2
{
}

.current_plan_col ul
{
}

.current_plan_col li
{
}

.price
{
	font-size: 50px;
	color: #000;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	text-shadow:1px 1px 0 #eee;  
}

.stylist_number
{
	font-weight: bold;
	color: #000;
	font-size:1.2em;
}

.change_plan_button
{
	padding:5px;
	display:inline-block;
}

input[type=submit].change_plan_button
{
	padding:7px;
	color: #fff;
	background-color: #e9ce1c;
	-moz-box-shadow:    inset 0 0 10px #666;
	-webkit-box-shadow: inset 0 0 10px #666;
	box-shadow:         inset 0 0 10px #666;		display:inline-block;
	border: 4px solid #e9ce1c;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	-o-border-radius:9px;
	border-radius:9px;    
	font-size:0.9em;
	margin:0px;
}

input[type=submit].change_plan_button:hover{
	background-color: #dc242d;
}

.stylist_number_container
{
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	background-color: #eee;
	padding:35px 20px 20px 20px;
	margin:5px;
	-moz-box-shadow:    inset 0 0 10px #ccc;
	-webkit-box-shadow: inset 0 0 10px #ccc;
	box-shadow:         inset 0 0 10px #ccc;	
	height: 75px;
}