body {
	/*margin: 0;*/
	/*padding: 0;*/
	/*font-size: 12px;*/
	/*color: #000099;*/
	/*background-color: #CCCCCC;*/
}

.box {
	width: 480px;
	margin: 10px auto;
	padding: 10px 60px;
	border: 1px solid #fff;
	background-color: #FFFFFF;
}
.box h1 {
	text-align: center;
}

.box ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.box table {
	width: 100%;
}

.box .coupon table {
	border: 1px solid #339900;
}

.box .receipt table {
	border: 1px solid #CC66FF;
}

.box table td {
	width: 50%;
}

.box a {
	font-size: 18px;
	line-height: 30px;
	text-decoration: none;
	color: #000099;
	border-bottom: 1px solid #000099;
}

.box .input {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #330099;
	border: 1px none;
	border-bottom: 1px dotted #FF0000;
}

.box select {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #330099;
	border: 1px none;
	border-bottom: 1px dotted #FF0000;
}

.box textarea {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #330099;
	border: 1px none;
	border-bottom: 1px dotted #FF0000;
	resize: none;
}

.box .btns {
	margin: 20px 0 10px;
	text-align: center;
}

pre {
	word-wrap: break-word;
}