.internalPageBlocks {
	width:auto;
	padding:2px;
	border-top:solid #555555 3px;
	margin:4px 0;
	background:#747474;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
.internalPageBlocks .title{
	padding:0 5px;
	color:#ddd;
	font-size:12px;
}
.internalPageBlocks .w2Blocks {
	margin:0 1px;
	padding:4px;
	height:16px;
	background-color:#8F8F8F;
	border:solid #555555 1px;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	color:#fff;
	font-size:11px;
	overflow:hidden;
}
.internalPageBlocks .w2Blocks:hover{
	background-color:#7F7F7F;
}
.internalPageBlocks .w2Blocks a{
	color:#fff;
	display:block;
}
.internalPageBlocks .w2BlocksBGL {
	background-position:5% center;
	padding:4px 4px 4px 25px;
}
.internalPageBlocks .w2Printer {
	width:16px;
	background-image:url("/globals/base/images/icons/printer.png");
	background-position:center center;
	background-repeat:no-repeat;
}
.internalPageBlocks .w2Email {
	width:16px;
	background-image:url("/globals/base/images/icons/mail-open-document-text.png");
	background-position:center center;
	background-repeat:no-repeat;
}
.internalPageBlocks .w2Favorites {
	width:16px;
	background-image:url("/globals/base/images/icons/star.png");
	background-position:center center;
	background-repeat:no-repeat;
}
.internalPageBlocks .w2Download {
	width:16px;
	background-image:url("/globals/base/images/icons/drive-download.png");
	background-position:center center;
	background-repeat:no-repeat;
}
.buttonsBar {
	width:auto;
	padding:5px;
	direction: ltr;
}
.buttonsBar .twitterButton {
	height:24px;
	margin:0 2px;
}
.buttonsBar .googlePlusButton {
	height:24px;
	margin:0 2px;
}
.buttonsBar .facebookButton {
	height:24px;
	margin:0 2px;
}
.buttonsBar .linkedInButton {
	height:24px;
	margin:0 2px;
}
.buttonsBar .diggButton {
	height:24px;
	margin:0 2px;
	min-width:100px;
}
.buttonsBar .diggButtonIcon {
	min-width:50px;
}
.buttonsBar .diggButtonIcon a{
	background:url('http://widgets.digg.com/img/button/diggThisCompact_2.e2b31151.png') right center no-repeat;
	display:block;
	width:50px;
	height:20px;
	margin:0;
}
.buttonsBar .addThisButton {
	height:24px;
	margin:2px 2px 0 2px;
}
.hiddenFormsContainer {
	background:#eee;
	padding:10px;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}
