.error,.success{
	top:0px;
	position:fixed;
	left:0px;
	right:0px;
	z-index:9999;
	opacity:.8;
}

.plan_image,.upsell_image{
	height:200px;
	background-position:50% 50%;
	background-size:cover;
}
body{
	background:#fff;
}

.qty_selector div{
	display:inline-block;
}

.qty_value{
	padding:5px;
	border:1px solid #bbb;
	width:40px;

}

.qty_select{
	padding:5px;
	width:30px;
	border-radius:60px;
	background:#000;
	 -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}