.hidden {
	display: none;
}

.colored {
	color: #FF5F5F;
}

.heading {
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	border-top: 3px solid #BD5740;
	margin-top: 0;
}

.wrapper {
	position: absolute;
	top: 51px;
	left: 25px;
	width: 585px;
	height: 373px;
	background: #fff;
	border: 1px solid;
	box-shadow: 4px 4px 5px #ccc;
	overflow-y: auto;
}

.wrapper-padding {
	padding: 10px;
}

.gray-line {
	background: #BCBCBA;
	height: 11px;
	margin-top: 10px;
	background: -webkit-linear-gradient(180deg, #BCBCBA, #E2E2E2); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(180deg, #BCBCBA, #E2E2E2); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(180deg, #BCBCBA, #E2E2E2); /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, #BCBCBA, #E2E2E2); /* Standard syntax */
}