table.prices {
	width: 100%;
	border-collapse: collapse;
} 

table.prices tr td {
	padding: 4px 6px;
	border: 1px solid #B1B1B1;
	text-align: center;
} 

table.prices tr:first-child td {
	background: #E7E7E7;
} 

table.prices tr:last-child td {
	background: #f4f4f4;
} 
table.controls td {
	vertical-align: middle;
}

.quantity {
	display: block;
	width:40px;
	height: 21px;
	float: left;
	border-radius:0px;
	padding:5px;
	font-size:16px;
	margin:0;
	border: 1px solid #EB456F;
}

.quantity-minus {
	display: block; 
	float: left; 
	background:#EB456F; 
	font-size: 22px; 
	height: 30px; 
	margin:0; 
	width: 30px; 
	padding-top: 3px; 
	text-align: center;  
	line-height: 1; 
	border-radius: 5px 0px 0px 5px;
}

.quantity-plus {
	display: block;
	float: left;
	background:#EB456F;
	font-size: 22px;
	height: 28px;
	margin:0;
	width: 30px;
	padding-top: 5px;
	text-align: center;
	line-height: 1;
	border-radius: 0px 5px 5px 0px;
}

.quantity {
	display: block;
	width:30%;
	height: 21px;
	float: left;
	border-radius:0px;
	padding:5px;
	font-size:16px;
	margin:0;
	border: 1px solid #EB456F;
}

.quantity-minus {
	display: block; 
	float: left; 
	background:#EB456F; 
	font-size: 22px; 
	height: 30px; 
	margin:0; 
	width: 20%; 
	padding-top: 3px; 
	text-align: center;  
	line-height: 1; 
	border-radius: 5px 0px 0px 5px;
}

.quantity-plus {
	display: block;
	float: left;
	background:#EB456F;
	font-size: 22px;
	height: 28px;
	margin:0;
	width: 20%;
	padding-top: 5px;
	text-align: center;
	line-height: 1;
	border-radius: 0px 5px 5px 0px;
}