body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}

div#contentArea {
	width: 100%;
}

div#contentArea img {
  float: left;
}

.volumeInfo {
	width: 100%;
	clear: left;
	/*border-top: 1px solid black;
	border-bottom: 1px solid black;*/
	background-color: gray;
	color: black;
}

.volumeInfo span {
	float: left;
	line-height: 22px;
}

.textLabel {
	float: left;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	margin-right: 5px;
}

.textField {
	float: left;
  width: 30em;
	border: 1px green solid;
}

.title {
	display: block;
	text-transform: capitalize;
}

.article {
	font-weight: normal;
}

.article span.title {
  font-size: 14pt;
  font-weight: bold;
  color: black; /*#FF6600;*/
  background: white;
	margin: 0 0 0 0;
}

div#contentArea .article {
  margin-left: 10px;
	margin-right: 10px;
}