div.vip {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	color: green;
	font-family: arial;
}
div.vip h1 {
	text-align: center;
	font-size: 26px;
}
div.vip h2 {
	text-align: center;
	font-size: 20px;
	color: #9d00da;
	margin-top: 50px;
}
div.err {
	display: block;
	text-align: center;
	color: red;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
}
div.vip p {
	font-size: 17px;
	line-height: 22px;
	color: green;
	margin: 30px;
}
div.vip p  span{
	color: red;
}
div.vip table {
	border: 5px solid #9d00da;
	padding: 5px 20px;
	padding-top: 15px;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#ccc));
	background: -moz-linear-gradient(top, #666666, #ccc);	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 2px 2px 5px #666666;
}
div.vip input[type=text] {
	border: 2px solid #fff;
	padding: 3px 8px;
	background-color: #3cf;
	color: #9d00da;
	margin: 2px;
}
div.vip input[type=password] {
	border: 2px solid #fff;
	padding: 3px 8px;
	background-color: #3cf;
	color: #9d00da;
	margin: 2px;
}
div.vip input[type=button],[type=submit] {
	color: #9d00da;
	font-size: 10px;
	font-weight: bold;
	width: 100px;
	padding: 6px 20px;
	cursor: pointer;
	margin: 5px;
}

#product-info{margin:10px;}
#product-info h2 {color:#9d00da; padding: 0; margin: 0; margin-top: 5px;}
#product-info h4 {font-weight:normal;font-size:13px;padding: 0;}
#product-info input[type=number]{border:1px solid #6c038f;font-size:13px;font-weight:700;text-align:right;color:#6c038f;padding:5px;width:30px}
#product-info input[type=button]{background-color:#6c038f;color:#fff;border:1px solid #6c038f;font-size:9px;width:auto;overflow:visible;padding:2px 10px;cursor:pointer;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);margin:2px 10px}

#product-info .left {
	width: 55%;
	float: left; }
#product-info .right {
	width: 45%;
	float: left; }

.pack-price span {
	font-size: 15px;
	font-weight: bold;
}

.row {margin-bottom: 6px; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.highlight, .unit-price {
	margin-top: 8px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 17px;	
}
.highlight span, .unit-price span {
	border: 1px solid #ccc;
	display: inline-block;
	font-weight: bold;
	font-size: 24px;	
	padding: 3px 8px;
	text-align: center;
	background: #54FFF9;	
}