div#presentBox div.presentInner {
	width: 626px;
	margin-right: auto;
	margin-left: auto;
}
#presentBox .presentInner h2 {
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF6666;
	border-left-color: #FF6666;
	padding-left: 3px;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#presentBox .presentInner h2#target {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}

