/*
 * ApogeeInvent parrot.css
 * philip -- 2012.03.06
 * Used to add styles only to local site
 */
 
.shadow_box
{
	border: 1px solid #666666;
	width: 85%;
	box-shadow: 3px 3px 2px #888888;
}
.pricing_header
{
	text-align: center;
	font-weight: bolder;
	font-size: 24px !important;
	margin-top: 25px;
}
.pricing_mini_table
{
	font-size: 20px !important;
}
.pricing_table_hr
{
	padding-right: 25px;
}
.pricing_table_cell
{
	text-align: center;
	padding-right: 25px;
}
#show_more_prices
{
	margin: 0;
	font-size: 20px;
}
#full_pricing_list
{
	display: none;
}
.postal_services
{
	margin-left: 40px;
}
.service_details_col
{
	text-align: left;
}
.service_details_row
{
	height: 150px;
	vertical-align: top;
}
.details_header
{
	font-size: 17px !important;
}
.pre_signup_input
{
	border: 1px solid #888888 !important;
	border-radius: 8px 8px 8px 8px !important;
	font-size: 18px !important;
	padding: 10px!important;
	width: 375px;
	box-shadow: 0 0 5px #C0C0C0 !important;
	color: #000000 !important;
}
.pre_signup_col
{
	padding-bottom: 25px;
}
.under_input
{
	margin-left: 20px;
	color: #555555;
}
#get_started_btn
{
	width: 300px;
	font-size: 30px;
	height: 65px;
	position: relative;
	top: 40px;
	text-align: right;
	padding-right: 30px;
}
#green_arrow
{
	vertical-align: middle;
	margin-bottom: 2px;
	padding-left: 20px;
}
.server_pool_General
{
	background: #F0F0F0 !important;
	color: #333333 !important;
	border: 1px solid #999999;
	-webkit-box-shadow: 0px 0px 2px #999999 !important;
	-moz-box-shadow: 0px 0px 2px #999999 !important;
	box-shadow: 0px 0px 2px #999999 !important;
}
.server_pool_Golden
{
	background: #EDE275 !important;
	color: #333333 !important;
	border: 1px solid #999999;
	-webkit-box-shadow: 0px 0px 2px #FF0 !important;
	-moz-box-shadow: 0px 0px 2px #FF0 !important;
	box-shadow: 0px 0px 2px #FF0 !important;
}
.server_pool_Development
{
	background: #ff7908 !important;
	color: #333333 !important;
	border: 1px solid #999999;
	-webkit-box-shadow: 0px 0px 2px #ff7908 !important;
	-moz-box-shadow: 0px 0px 2px #ff7908 !important;
	box-shadow: 0px 0px 2px #ff7908 !important;
}