#fb_custom_sharer #fb_share_title {
	color: rgb(78, 105, 162);
}

#fb_custom_sharer #fb_message {
	resize: none;
	height: 45px;
	width: 484px;
	margin-bottom: 5px;
}

#fb_custom_sharer button {
	background-color: rgb(78, 105, 162);
	border-bottom-color: rgb(51, 76, 131);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(60, 84, 136);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(60, 84, 136);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(67, 90, 139);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
	box-sizing: content-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
	vertical-align: middle;
	white-space: nowrap;
	width: 53.34375px;
	word-wrap: break-word;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 5px
}

#fb_custom_sharer #auto_message {
	width: 488px;
	height: 160px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}

#fb_custom_sharer #auto_message #app_icon { 
	width: 160px;
	height: 160px;
	background-size: contain;
	float: left;
}

#fb_custom_sharer #auto_message #text_card { 
	padding: 10px;
	margin-left: 160px;
}

#fb_custom_sharer #auto_message #app_title { 
	display: inline;
	font-family: Georgia, 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	height: auto;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	width: auto;
	word-wrap: break-word;
	float: left;
	padding: 3px;
}

#fb_custom_sharer #auto_message #app_description { 
	display: block;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	height: 64px;
	line-height: 16px;
	max-height: 80px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: left;
	width: 304px;
	word-wrap: break-word;
	padding: 3px;
}

#fb_custom_sharer #auto_message #app_caption { 
	color: rgb(145, 151, 163);
	display: block;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	height: 11px;
	line-height: 11px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: left;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	width: 304px;
	word-wrap: break-word;
	margin-top: 30px;
}