/*section.uploadVideo {
	margin: 0px 15px 15px 20px;
}*/

section.uploadVideo .hbar2 {	
	-webkit-font-smoothing: antialiased;
	font-family: "Helvetica Neue", 'TexGyreHeros', arial;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	border-radius: 6px;
	background-color: #009ee3;
	background-image: url('/lay/redesign/btnbg.png');
	background-position: top left;
	background-repeat: no-repeat;
	border-width: 2px;
	border-style: solid;
	border-color: #34b2e9 #0094d4 #0094d4 #34b2e9;	
	padding: 10px 13px 10px 13px;
	text-transform: uppercase;
	width: 124px;
}

section.uploadVideo .hbar2:hover {	
	border-color: #54c9f4 #0094d4 #0094d4 #54c9f4;
	background-color: #34b2e9;
	background-image: none;
	text-decoration: underline;
}

section.uploadVideo.userTVPage .hbar2 {
	background: none;
	border:none;
	position:absolute;
	width: inherit;
	top: 0.5em;
	right:0.5em;
	padding:0;
	margin:0;
}

section.uploadVideo.margin-left .hbar2 {
	margin-left: 20px;
}

section.uploadVideo h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}

section.uploadVideo #uploadVideoInner {
	display: block;
}

section.popUpWidget #closeUploadVideoInner {	
	padding: 3px 5px; 
	background: red; 
	color: #FFF; 
	cursor: pointer; 
	font-weight: bold;
	float:right;
	position: initial;
}

section.uploadVideo ol {
	padding-left: 18px;
	margin-bottom: 10px;
}

section.uploadVideo span {
	font-size: 10px;
}

section.uploadVideo form {
	margin: 20px 0px;
}

#videoUploaded {
	font-size: 15px;
	background: #FFF;
	padding: 5px;
	width: 378px;
	max-width: 96%;
}

#uploadFormData {
	margin-top: 20px;
	/*display: none;*/
}

#videoTitle {
	padding: 5px;
	width: 97%;
	margin-bottom: 10px;
}

#embedCode, #videoLink {
	padding: 0.95em 5em 0.95em 0.95em;
	width: 83%;
	border: none;	
	background: #ccc;
	margin-bottom: 10px;
	border-radius: 0px;
}

#embedCode::selection, #videoLink::selection {
  background: #0ae; /* WebKit/Blink Browsers */
  color: #fff;
}
#embedCode::-moz-selection, #videoLink::-moz-selection {
  background: #0ae; /* Gecko Browsers */
  color: #fff;
}

.copy_button {
	background: #0ae;
	color: #FFF;
	padding: 0.95em;
	position: absolute;
	right: 10px;
	border: none;
	cursor: pointer;
}

textarea#videoDesc {
	padding: 4px;
	width: 98%;
	margin-bottom: 10px;
}
.uploadVideoButton::before{	
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    content: "\0020";
    background: url("upload_icon_white.png") no-repeat 0 0;
    background-size: 100%;
	vertical-align: bottom;
}

.uploadSelectedVideo {
	background: #444;
	color: #fff;
	font-family: "Helvetica Neue", 'TexGyreHeros', arial;
	font-weight: bold;
	font-size: 12px;

	padding: 10px 10px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
	display: block;
}

#loadingholder{
	width: 100%;
	text-align: left;
	margin-top: 10px;
	display: none;
}

#cancelupload{
	cursor: pointer;
	display: none;
}

#loadingBarOutter {
	background: #ccc;
	width: 100%;
}

#loadingbar{
	width: 10%;
	height: 8px;
	background-color: green;
	margin: 5px 0px;
	text-align: right;
	display: none;
	color: #000;
	font-weight: bold;
}