.cart_font {
	font-size: 11px;
}

.cart_link {
	font-size: 11px;
	text-decoration: none;
}

.cart-link:hover {
	text-decoration: underline;
}

input {
	border: 0px;
	font-size: 10pt;
}

.drag {
	position: fixed;
	left: 5px;
	top: 5px;
	width: 270px;
	height: 75px;
	padding: 5px;
	background-color: white;
	border: 1px solid black;
	cursor: move;
	overflow: hidden;
}
