#new_plans {  position: relative; margin: 30px 20px 20px 20px; left: -20px; padding-left: 0px;	}
#new_plans .feature-row { height:35px; padding-top: 3px; display:block; font-size: 16px; margin: 0;}
#new_plans .col-md-2 { padding-right: 0px; }
#new_plans .new_plan-item {
 position: relative;  text-align:center; background-color: #EEE; padding-top: 0px;
	margin-left: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#new_plans .new_plan-item img.bug { position: absolute; right: 10px; top: -15px; }
#new_plans .new_plan-name { color: #FFF; font-size: 24px; background-color: #71CBD2; padding: 12px 0 12px 0;
	margin-bottom: 6px;
	height: 45px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-shadow: 1px 1px 1px #333;
}
#new_plans .new_plan-price { font-size: 22px; margin-bottom: 5px; color: #8A8A8A; }
#new_plans .new_plan-item .new_plan-count { font-size: 34px; padding-bottom: 15px; margin-top: 15px;}
#new_plans .glyphicon-ok { opacity: 0.5; }
#new_plans .feature-row.sep { border-bottom: 1px solid #EEE;}
#new_plans .feature-row.nope { background-color: #FFF;}
#new_plans .new_plan-count-label { font-size: 22px; line-height: 28px; padding-bottom: 10px; margin-top: 10px; }
#new_plans .new_plan-name { font-weight: bold;}
#new_plans .feature-label {cursor: pointer;}
#new_plans .feature-label:hover {font-weight: bold;}

#confirmation {
	font-size: 16px; display:none;
	background-image: url(/images/robot_sm.png);
	background-position: right;
	background-repeat: no-repeat;
	padding: 30px;
	padding-right: 100px;
}
#confirmation .select_text { margin-bottom: 10px;}
#confirmation label { width: 200px; display: inline-block; margin-left: 10px; position: relative; top: 4px;}
#confirmation .plan-no { margin-left: 10px;}
.annual-notice { font-weight: bold; font-size: 24px; color: #71CBD2;}
.other { font-weight: bold; }
.all-plans { font-size: 16px;}
/* LEGACY


#confirmation {
	font-size: 16px; display:none;
	background-image: url(/images/robot_sm.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 100px;

}
#confirmation .planname { font-size: 22px;}
#confirmation strong { font-weight: bold;}
.ui-dialog button { font-size: 16px; }
.lilrobot {
	width: 120px;
	height: 160px;
	background-image: url(/images/robot_sprites_md.png);
	background-position: -100px 0px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: -75px;
	z-index: -1;
}

#plans {
	position: relative;
}

.plan-wrap {
	width: 219px;
	float: left;
	font-size: 16px;
	margin-left: 15px;
}
.plan-wrap.drop-margins {
	margin: 0;
}

.plan-wrap input {
	border: none;
	background: transparent;
}

.plan {
	border: solid 1px #AAA;
	color: #333;
	margin-top: 20px;
	position:relative;
}

.plan-select {
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.selected {
	text-align: center;
	padding-bottom: 5px;
	background-color: #71CBD3;
}

.plan .plan-name {
	color: #fff;
	font-family: arial;
	text-align: center;
	background-image: url("/images/v3.0/backgrounds/gray_gradient_3.gif");
	background-repeat: repeat-x;
	font-size: 24px;
	padding: 2px 0px;
}

.plan ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}
.plan ul .separator {
	border-top: solid 1px #AAA;
	font-size: .1em;
}
.plan li {
	padding: 5px 0px 5px 0px;
	position: relative;
}
.plan li strong {
	font-size: 20px;
	color: #A4D224;
}
.plan .no {
	color: #AAA;
}
.plan .price {
	background-color: #E6F8F9;
	padding: 5px;
	text-align: center;
	float:right;
	width: 98px;
	min-height: 80px;
}
.plan .price .buttons { margin-bottom: 10px; margin-top: 7px; }

#plans .all-plans {
	padding: 20px 0;
	font-size: 18px;
	color: #31949d;
}
#plans:before, #plans:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#plans .all-plans strong {
	clear: both;
	padding: 20px 0;
	color: #333;
}
#plans .all-plans .other {
	color: #888;
}

.step1, .step2 {
	font-size: 18px;
	padding: 20px 0;
}
.step2 {
	margin-left: 10px;
}
.step1 strong, .step2 strong {
	color: #54BAC2;
	font-size: 19px;
}
.plan .bug { position: absolute; top: -17px; left: 8px;}
.plan li img.icon { position: relative; top: 5px; margin-right: 5px;}
.plan li.hr { padding:10px 0px 0px 0px; text-align:center;}
.plan li.hr img {  width:175px;height:15px;}
.plan li img.help { position: absolute; top: 7px; padding-left: 3px; cursor: pointer; z-index: 10;}
.ui-tooltip {
	font-size: 20px;
	border-color: #888;
}
*/
