#content_inner {
  background-color:#000;
  margin:0;
  padding:0;
}
#content_inner div.shareInformation div.title {
  font-size:17px;
  color:#757575;
  margin-bottom:5px;
}
#content_inner div.shareInformation div.title span.highlight {
  color:#c70006;
}
div.shareInformation p.go {
  text-align:right;
  font-weight:bold;
  padding:0 !important;
}
div.shareInformation {
  background-color:#ffffff;
	border:1px solid #e2e2e2;
  margin:0 10px 5px 0;
	padding:10px;
}
div.shareInformation iframe {
  height:45px;
  width:500px; /* BUGFIX SBI */
  margin-bottom:10px;
  border:1px solid #9a9a9a;
}
div.shareInformation div.subtitle {
	font-size:13px;
	padding-bottom:5px;
} 
 
