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

#content #shareTabs ul {
margin: 0;
padding: 0;
}

#content #shareTabs li { 	 

font-size: 120%;
width: 76px;
height: 26px;
line-height: 26px;
text-align: center;
	/*text-indent:-999em;*/
	display: block;
	float: left;
	padding:0;
	margin:0;
	list-style-image:none;	
	border-bottom: none;	
	
}

#shareTabs a {
color: #333;
	/*background: url(http://flowplayer.org/img/demos/email_embed_tabs.png) no-repeat;*/
	background-color: #fff;
	display:block;
	width: 76px;  
	height: 26px;
	padding:0px;
	top: -27px;
	z-index: 2;
	position: relative;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}

#shareTabs a:hover {
	background: #063048 url(../images/bg_topnav.png) repeat-x;
	color: #ffffff;
}

#shareTabs a:focus {
	background-color:#000;
	outline: none;
}
	
#shareTabs a.current {
	background: #063048 url(../images/bg_topnav.png) repeat-x;
	color: #ffffff;
}

#shareTabs #embedTab {
	
} 

/* container for each pane: video, embed and email */
#panes {
background-color: #999;
/*padding: 2px;*/

	background-repeat: repeat;
	height:312px;
	width:512px;
	float:left;	
	color:#333;
	position:relative;
	z-index:1;	
	border:2px solid #fff;
	outline:1px solid #ccc;
	margin-top: 1px
	/*-moz-outline-radius:4px;*/
}

/* embed and email pane */
#emailPane, #embedPane {	
	display:none;	
	margin:10px;
	font-size: 1.3em;		
}

#emailPane p, #embedPane p {
margin-top: 5px;
}

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

#panes input, #panes textarea {
	width:430px;
	font-size:1.2em;
	border:1px solid #333; 	
	padding:2px;
	margin-bottom: 0px
	
}

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

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

#panes label {
margin-top: 0;
}

#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: #fff;
	overflow-x:hidden;
	color:#333;
	padding:4px;
}

/* close image */
div.close {
	background-color: #000;
	position:relative;
	top:5px;
	left:425px;
	width: 25px;
	height: 5px;
	cursor:pointer;
}



