* {
	font-family: Arial, Helvetica, sans-serif;
}
.mainBody {
	padding-left: 20px;
	padding-right: 20px;
}

.cpd_header {
	text-align: left;
	width: 660px;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-right: 20px;
	padding-left: 20px;
}
.cpd_header label {
	font-size: 18px;
	color: #666;
	font-weight: bold;

}
.middleContent {
	margin-top: 10px;
	margin-bottom: 10px;
}

.cpd_footer {
	color: #900;
	background-color: #FFF;
	text-align: left;
	width: 660px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-bottom: 20px;
	padding-right: 20px;
}
.button {
	background-image: url(../Images/buttonSliver.png);
	background-repeat: repeat-x;
	height: 32px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;

}
