@charset "utf-8";
#box_paycvs_header {
	background-image: url(images/title_back.gif);
	height: 45px;
	width: 880px;
	text-align: center;
}
#box_paycvs_main {
	width: 610px;
	padding-left: 140px;
}
.box_paycvs_title {
	width: 600px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.box_paycvs_body {
	width: 600px;
	padding: 5px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	border-top-style: none;
}
.box_paycvs_footer_left {
	width: 200px;
	padding: 5px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	border-top-style: none;
}
.box_paycvs_footer_right {
	width: 200px;
	padding: 5px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	border-top-style: none;
	text-align: right;
}

