.paywrap {
	width: 480px;
	padding: 5px;
}
.payleft {
	float: left;
	width: 66px;
}
.payright {
	float: left;
	width: 400px;
}
.payright h1 {
	font-weight: bolder;
	color: #000;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	text-align: left;
}
.payright p {
	color: #000;
	line-height: 180%;
	text-align: left;
}
.chargebtn {
	margin: 5px 10px 0;
}
.dotline {
	width: 540px;
	height: 3px;
	border-bottom: 1px #ccc dotted;
}