/* look and feel for embed and email tabs */
#shareTabs { 
	list-style:none; 
	padding:0;	
	float:left;
	margin-left:-5px !important;
	position: absolute;
		top: 260px;
		left: 510px;
}

#shareTabs li { 	 
	text-indent:-999em;
	padding:0;
	margin:0;
	list-style-image:none;	
}

#shareTabs a {
	background: url(/img/demos/email_embed_tabs.png) no-repeat;
	display:block;
	width: 48px;  
	height: 44px;
	padding:0px;
	margin:0px;	
}

#shareTabs a:hover {
	background-color:#ccc;
}

#shareTabs a:focus {
	background-color:#000;
}
	
#shareTabs a.current {
	background-color:#295c72;
}

#shareTabs #embedTab {
	background-position: 0 -44px;
}

/* container for each pane: video, embed and email */
/*#panes {
	background:#295c72 url(/img/global/gradient/h600.png) repeat-x 0 0;
	height:320px;
	width:480px;
	float:left;	
	color:#fff;
	position:relative;
	z-index:1;	
	border:2px solid #fff;
	outline:1px solid #666;	
	font-family:verdana;
	font-size:12px;
	-moz-outline-radius:4px;
}*/

/* embed and email pane */
#emailPane, #embedPane {	
	display:none;	
	margin:10px;
	position: relative;
	z-index: 100;
}

/* player container style */
/*#player {	
	display:block;	
	height:340px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-color:#000;	
}*/

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

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

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

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

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

#panes h2 {
	margin-top:0px;		
}

#embedPane textarea {
	height:180px;
	background-color:transparent;	
	overflow-x:hidden;
	color:#BBBBBB;
	padding:4px;
}

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

