body {
	font-size: 12px;
	background: #000000;
	font-family: 'matterhorn', sans-serif;
}

@font-face{
	font-family:'Matterhorn';src:url("//a.dilcdn.com/a/m4-1a790d2fc6f4.eot#") format("eot"),url("//a.dilcdn.com/a/m4-64b108659f6f.woff") format("woff"),url("//a.dilcdn.com/a/m4-581a98a8f856.ttf") format("truetype"),url("//a.dilcdn.com/a/m4-99bfd55ea642.svg#Matterhorn") format("svg");
	font-weight:400;
	font-style:normal;
}

.instruction {
	position: relative;
	margin-top: 10px;
	margin-left: 20px;
	color: #f4efdb;
	height: 249px;
}

.logo {
	position: relative;
	float: left;
	width: 192px;
	height: 262px;
}

.title-treatment-logo {
	position: relative;
	/*margin-top: 8px;*/
}

.title-treatment-date {
	position: relative;
	margin-top: -30px;
	margin-left: -4px;
}

.instruction-text {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 16px;
	margin-top: 20px;
}

.instruction-text-line {
	margin-bottom: 10px;
}

.instruction-text-type {
	color: #b09e4f;
}

.line-break {
	clear: both;
}

.download-image {
	position: relative;
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: solid 1px #726c54;
	
}

.download-image-icon {
	position: absolute;
	top: 155px;
	left: 350px;
	border: solid 1px #726c54;
}

/* ----- SHARE CONTENT ----- */
.content-share-container {
	position: absolute;
	top: 219px;
	left: 249px;
	color: #ffffff;
	z-index: 15;
	font-weight: 800;
}

.content-share-label {
	float: right;
	height: 26px;
	font-size: 18px;
	line-height: 18px;
	text-shadow: 1px 1px 2px #000000;
	padding-right: 4px;
	margin-top: 0px;
}

.content-share-facebook {
	float: right;
	width: 25px;
	height: 26px;
	background: url(../images/shared/fb_share_button.png) 0 0 no-repeat;
	padding-left: 10px;
	cursor: pointer;
}

.content-share-facebook:hover {
	background-position: 0 -26px;
}

.content-share-twitter {
	float: right;
	width: 25px;
	height: 26px;
	background: url(../images/shared/twitter_share_button.png) 0 0 no-repeat;
	padding-left: 10px;
	cursor: pointer;
}

.content-share-twitter:hover {
	background-position: 0 -26px;
}

.content-close {
	position: absolute;
	top: 75px;
	left: 225px;
	width: 36px;
	height: 36px;
	background: url(../images/shared/shared_closebtn.png) top center no-repeat;
	cursor: pointer;
	z-index: 15;
	
}

.content-download {
	position: absolute;
	top: 210px;
	left: 425px;
	/*width: 260px;*/
	height: 40px;
	/*background: url(../images/downloads/downloads_getstarted_button_bg.png) 0 0 no-repeat;*/
	cursor: pointer;
	color: #b09e4f;
	border: 1px solid #b09e4f;
}

.content-download-label {
	position: relative;
	margin-top: 9px;
	/*width: 236px;*/
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	float: left;
	margin-left: 10px;
}

.content-download:hover {
	color: #ffffff;
}

.download-arrow {
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	margin-top: 13px;
	background: url(../images/gallery/gallery_downloadbtn_arrow.png) 0 0 no-repeat;
	margin-right: 10px;
}

