/* look and feel for embed and email tabs */
#shareTabs { 

	

}

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

#embedTab img {
	
}
#emailTab img {
	
}

/*#shareTabs a {
	background: url(http://flowplayer.org/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 {
	
	
}

/* container for each pane: video, embed and email */
#panes {
	background-color:#000000;
	/*background:#295c72 url(http://flowplayer.org/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, #sharePane {
	background-color:#1B1B1B;	
	display:none;	
	margin:10px;	
	height:415px;
	padding:5px 0 0 20px;
}

/* 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;
	float:right;
	margin:10px 68px;
}

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

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

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

#embedPane textarea {
	//height:180px;
	height:270px;
	background-color:transparent;	
	overflow-x:hidden;
	color:#BBBBBB;
	padding:4px;
	width:520px;
	font-size:14px;
}

/* close image */
div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:9px;
	right:10px;
	width:35px;
	height:35px;
	cursor:pointer;
}
div.closeHome {
	background:url(../images/close.png) no-repeat;
	width:35px;
	height:35px;
	cursor:pointer;
	float:right;
	margin:-6px 0 20px 0;
}

