#textArea #contentBoxBody .pdfBoxHead {
	width: 473px;
	height: 16px;
	background-image: url(../images/common/pdfBox/boxHead.png);
	margin: 10px auto 0px auto;
}

#textArea #contentBoxBody .pdfBoxMid {
	width: 473px;
	background-image: url(../images/common/pdfBox/boxMid.png);
	margin: auto;
}

#textArea #contentBoxBody .pdfBoxMid .pdfRow {
	clear: both;
	margin: auto;
	width: 444px;
}

#textArea #contentBoxBody .pdfBoxMid .pdfRow .pdf {
	width: 100px;
	float: left;
	margin: 5px; 
}

#textArea #contentBoxBody .pdfBoxMid #highlightPDFRow .pdf {
	width: 100px;
	float: left;
	margin: 0px 5px; 
}

#textArea #contentBoxBody .pdfBoxMid .pdfRow .pdf img {
	display: block;
	width: 100px;
	height: 130px;
	margin: auto;
}

#textArea #contentBoxBody .pdfBoxMid .pdfRow .pdf a {
	display: block;
	width: 100px;
	height: 130px;
	margin: auto;
}

#textArea #contentBoxBody .pdfBoxMid .pdfRow .pdf .copy {
	width: 96px;
	height: 32px;
	background-image: url(../images/common/pdfBox/pdfTag.png); 
	margin: auto;
}

#textArea #contentBoxBody .pdfBoxMid .pdfRow .pdf .copy p {
	font-size: 9px;
	font-family: Arial, sans-serif;
	color: #fff;
	margin: 0px auto;
	padding: 4px 0px;
	text-align: center;
	width: 90px;
}

#textArea #contentBoxBody .pdfBoxFoot {
	width: 473px;
	height: 16px;
	background-image: url(../images/common/pdfBox/boxFoot.png);
	margin: auto;
}
