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

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

#shareTabs a {
	background: url(images/player/tabs.png) no-repeat;
	display:block;
	width: 72px;  
	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 #emailTab {
	background-position: 0 -44px;
}

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


/* embed and email pane */
#emailPane, #embedPane {	
	display:none;	
	margin:10px;
	height:300px;		
}

#panes p{
	margin-left:35px;
	margin-bottom:5px;
}
/* player container style */
#panes input, #panes textarea {
	width:390px;
	font-size:12px;
	border:1px solid #BBBCB4;
	color:#ABABAB;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:15px;
	padding:5px;
}
#panes form{
	height:400px;
}
#panes textarea {
	padding:4px;
	height:100px;
}

#panes .button {
	background-color:#324154;
	border:3px solid #FFFFFF;
	color:#F7F7F7;
	cursor:pointer;
	font-weight:bold;
	height:30px;
	margin-top:15px;
	width:130px;	
}

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

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

#panes h2 {
	margin-top:35px;		
	margin-left:35px;
}

#embedPane textarea {
	background-color:white;
	color:#314357;
	height:230px;
	overflow-x:hidden;
	padding:4px;
}

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

#elkuldInfo{
	color:red;
	margin-left:30px;
	margin-top:5px;
}