body {
	
}

	
#title_area .btn {
	position: absolute;
	top: 14px;
	left: 3px;
}
	
#action_area {
	height: 64px;
	background-color: transparent;
	padding-top: 5px;
}
	#action_area .btn a {
		-webkit-border-radius: 12px;
		background-color: #E32639;
		height: 41px;
		margin: 0 4px 0 4px;
		padding: 20px 0 0 0;
		font-size: 22px;
		display:block;
		color: #FFFFFF;
		text-decoration: none;
	}
	#action_area .btn a:hover {
		background-color: #FFFFFF;
		border: 2px solid #E32639;
		color: #E32639;
		height: 37px;
		text-decoration: none;
	}

#content_area {
	background: #333333;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	padding: 11px 0 25px 0;
	margin-top: 0;
}

	#content_area .graphic {
		margin: 0 auto 10px auto;
		background: #FFFFFF center center no-repeat;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		border: 2px solid #262626;
		text-align: center;
		height: 165px;
		width: 295px;
	}

	#content_area .text_area {
		margin: 0 10px 0 10px;
		font-size: 13px;
		font-weight: normal;
		line-height: 1.65em;
		color: #FFFFFF;
	}
	
	#content_area .text_area .title {
		font-size: 16px;
	}

	#content_area .text_area .info {
		font-size: 16px;
	}

	#content_area .text_area .details {
		
	}
	
.artist_link {
	margin: 0 4px 0 4px;
	padding-top: 3px;
	text-align: center;
}
	.artist_link .btn a {
		-webkit-border-radius: 12px;
		background-color: #E32639;
		height: 41px;
		padding: 20px 0 0 0;
		font-size: 22px;
		display:block;
		color: #FFFFFF;
		text-decoration: none;
	}
	.artist_link .btn a:hover {
		background-color: #FFFFFF;
		border: 2px solid #E32639;
		color: #E32639;
		height: 37px;
		text-decoration: none;
	}

.radioapp_link {
	margin: 0 4px 0 4px;
	padding-top: 3px;
	text-align: center;
}
	.radioapp_link .btn a {
		-webkit-border-radius: 12px;
		background-color: #E32639;
		height: 41px;
		padding: 20px 0 0 0;
		font-size: 14px;
		display:block;
		color: #FFFFFF;
		text-decoration: none;
	}
	.radioapp_link .btn a:hover {
		background-color: #FFFFFF;
		border: 2px solid #E32639;
		color: #E32639;
		height: 37px;
		text-decoration: none;
	}
	
#content_area_bottom {
	background: #333333 url(../images/hr_dotted_logo.png) center bottom no-repeat;
	padding: 11px 0 40px 0;
	margin-left: 4px;
	margin-right: 4px;
}
.rounded {
	margin-top: 3px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}