body, html {
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}
.fboxShare #shareHeader {
	background: url(/images/sharing/share_bg.png) repeat-x;
	width: 100%;
	height: 30px;
	padding: 0px 5px;
}
.fboxShare #article {
	height: 100%;
	width: 100%;
	border: 0px none;
}
.fboxShare #sharingDiv {
	border-collapse:collapse;
	height: 100%;
	width: 100%;
}
.fboxShare .articleDiv{
	width: 100%;
	height:100%;
	overflow:hidden;
	vertical-align:top;
}
.fboxShare #shareHeader a img, #fboxemailModal a img {
	border: 0px none;
}
.fboxShare #shareLinks {
	float: left;
	width: 585px; /* was 60% */
	height: 30px;
}
.fboxShare #shareClose {
	float: right;
	text-align: right;
	width: 35%;
	margin-right:10px;
	margin-top: 5px;	
}
.fboxShare #fboxClose {
	/*padding: 5px 15px;*/
	padding: 0px;	
}
.fboxShare #fboxUpsell {
	position: relative;
	top: 0px;
	padding: 0px;
}
.fboxShareBody #save_section, .fboxShareBody .carousel {
	display: none;
}

/* email styling */
#fboxemailModal {
	width: 385px;
	position: absolute;
	top: 20px;
	left: 355px;
	display: none;
}
#fboxemailTop {
	text-align: center;
}
#fboxemailBottom {
	position: relative;
	top: -2px;
	left: 1px;
}
#fboxemailInner {
	position: absolute;
	top: 50px;
	left: 12px;  
}
.fboxField {
	border: 0px none;
	background: url(/images/sharing/textField.png) no-repeat;
	height: 21px;
	width: 297px;
	padding: 2px;
}
#fboxTextArea {
	border: 0px none;
	background: url(/images/sharing/textArea.png) no-repeat;
	width: 357px;
	height: 64px;
	padding: 2px;
}
#fboxEmailShareCancel, #fboxEmailShareSubmit, #fboxEmailStatus {
	float: left;
}
#fboxEmailShareCancel, #fboxEmailShareSubmit {
	margin-right: 5px;
}
#fboxEmailStatus {
	display: none;
	font-size: 12px;
	color: #333;
	margin: 2px 0 0 5px;
}
