@charset "utf-8";
/* CSS Document */

.acquittance {
	background-color:#FFFFFF;
	color:#000000;
	position: relative;
	width: 627px;
	height: 302px;
	border: 1px solid #000;
	font-size: 12px;

}

.acquittance .body {
	position: absolute;
	left: 175px;
	top: 0;
	width: 553px;
	height: 100%;
	border-left: 1px solid #000;
	overflow: hidden;	
}



.acquittance .subscription {

	position: absolute;

	left: 0;

	width: 175px;

	height: 100%;

}



.acquittance .notice {

	position: absolute;

	left: 5px;

	top: 5px;

}



.acquittance .cashier {

	position: absolute;

	left: 5px;

	bottom: 5px;

}



.acquittance .item {

	position: absolute;	

	overflow: hidden;

}



.acquittance .item div {

	padding: 0 2px;

}



.acquittance .align-left {

	text-align: left;

}



.acquittance .align-center {

	text-align: center;

}



.acquittance .align-right {

	text-align: right;

}



.acquittance .border-top {

	border-top: 1px solid #000;

}



.acquittance .border-right {

	border-right: 1px solid #000;

}



.acquittance .border-bottom {

	border-bottom: 1px solid #000;

}



.acquittance .border-left {

	border-left: 1px solid #000;

}



.acquittance .font-small {

	font-size: 10px;

}

