/* overlay dimensions */
div.overlay {
	padding:20px;
	display:none;
	width:380px;
	height:300px;
}

/* generic styling for elements inside overlay */
div.overlay h2, div.overlay a, div.overlay p, div.overlay div {
	font-family:"bitstream vera sans",verdana;
	margin-top:0px;
	color:#fff;
	font-weight:normal;
}

#panes h2 {
	display:none;
}

div.overlay div.close {
	background:url(../img/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}

/* tabs */
#shareTabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	position:absolute;
	top:71px;
	left:12px;
}

#shareTabs li {
	float:left;
	margin:0 !important;
	padding:0;
	list-style-image:none !important;
}

#shareTabs li a {
	background:transparent url(../img/share_tabs_single.png) no-repeat scroll 0 0;
	display:block;
	height:25px;
	margin:0px;
	padding:0px;
	width:105px;
	text-align:center;
	line-height:28px;
	color:#fff;
	font-size:10px;
	text-decoration:none;
}

#shareTabs li a#emailTab { background-position: 0 -28px; }
#shareTabs li a#embedTab { background-position: -105px -28px; }
#shareTabs li a#socialTab { background-position: -105px -28px; }

#shareTabs li a#emailTab:hover { background-position: 0 -56px; }
#shareTabs li a#embedTab:hover { background-position: -105px -56px; }
#shareTabs li a#socialTab:hover { background-position: -105px -56px; }

#shareTabs li a#emailTab.current { background-position: 0 0; cursor: default; }
#shareTabs li a#embedTab.current { background-position: -105px 0; cursor: default;  }
#shareTabs li a#socialTab.current { background-position: -105px 0; cursor: default;  }


/* tab panes = containers for tab content */
#panes {
	margin-top:45px !important;
	font-size:10px;
}


#panes input, #panes textarea {
	width:350px;
	font-size:10px;
	font-family:verdana;
	border:1px inset #666;
	padding:2px;
}

#panes textarea {
	padding:4px;
	height:80px;
}

#panes button {
	border:1px outset #ccc;
	cursor:pointer;
	background-color:#f9f9fa;
}

#panes label.left {
	float:left;
	margin-right:15px;
}

#panes label.left input {
	width:140px;
}

#embedPane textarea {
	margin-top:10px;
	height:140px;
	background-color:transparent;
	overflow-x:hidden;
	color:#BBBBBB;
	padding:4px;
	border:1px solid #ddd;
}

/* container for error/success messages */
#info {
	display:none;
}

