@CHARSET "UTF-8";
body {
	color:#000;
}

a {
	color: #000;
}

.text-page{
	
	color: #000;
	
}

.core {
	background: -moz-linear-gradient(top, #ffff00 80%, #fcc400 100%);
	background: -webkit-gradient(linear, 0 0, 0 80%, from(#ffff00), to(#fcc400));
	background: linear-gradient(top, rgb(255,255,0) 80%, rgb(252,196,0) %);
	background: -o-linear-gradient(top, rgb(255,255,0) 80%, rgb(252,196,0) %);
	background: -moz-linear-gradient(top, rgb(255,255,0) 80%, rgb(252,196,0) %);
	background: -webkit-linear-gradient(top, rgb(255,255,0) 80%, rgb(252,196,0) %);
	background: -ms-linear-gradient(top, rgb(255,255,0) 80%, rgb(252,196,0) %);
	
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.2, rgb(255,255,0)),
		color-stop(0, rgb(252,196,0))
	);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffff00, endColorstr=#fcc400);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffff00, endColorstr=#fcc400)";
	min-height:480px;
	position: relative;
}

.right-box {
	background: url(../App_Images/style-user/spot-ie8.png) no-repeat;
	background-position : 100% 0%;
	background-size: 250px 160px;
	-webkit-background-size: 250px 160px;
	-moz-background-size:250px 160px;
}

.wrapper {
	top:0;
	left: 0;
}

.spot-right-yallow {
	background: url(../App_Images/style-user/spot-rotate-ie8.png) bottom right no-repeat;
	background-size: 380px 244px;
	-webkit-background-size: 380px 244px;
	-moz-background-size:380px 244px;
	background-position:117% 100%;
	position: relative;
	min-height:680px;
	padding: 40px 10px 250px 10px;
}

.contestant-vid-hr {
	color:#02BAD3;
}

.bottom-right-box span{
	color: #FFF;
}

/*************** Bottom Style ****************/

.footer-label{
	color: #000;
}

/*************** intro bloc *****************/
.core-intro{
	background: -moz-linear-gradient(top, #ffff00 60%, #fcc400 100%);
	background: -webkit-gradient(linear, 0 0, 0 60%, from(#ffff00), to(#fcc400));
	background: linear-gradient(top, rgb(255,255,0) 60%, rgb(252,196,0) %);
	background: -o-linear-gradient(top, rgb(255,255,0) 60%, rgb(252,196,0) %);
	background: -moz-linear-gradient(top, rgb(255,255,0) 60%, rgb(252,196,0) %);
	background: -webkit-linear-gradient(top, rgb(255,255,0) 60%, rgb(252,196,0) %);
	background: -ms-linear-gradient(top, rgb(255,255,0) 60%, rgb(252,196,0) %);
	
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.4, rgb(255,255,0)),
		color-stop(0, rgb(252,196,0))
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff00, endColorstr=#fcc400);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff00, endColorstr=#fcc400)";
	height:200px;
	position:relative;
	width:100%;
	padding-bottom: 100px;
}

.right-header {
	display:inline-block;
	color:#000;
}

.my-video-intro {
	position:absolute;
	bottom:10px;
	left:100px;
}


/************* Register Style *****************/
.header-rules-1 {
	background: url('../App_Images/style/bg-header-reg-3.png') no-repeat;
	background-size:50%;
	-webkit-background-size: 50% auto;
	-moz-background-size:50% auto;
	padding-left:30px;
	font-family: "TheMix Black Plain", sans-serif;
	color: #ffff00;
	font-size: 40px;
	letter-spacing: 1px;
	display:block;
	height: 90px;
	vertical-align: middle;
	line-height:90px;
}

.header-rules-1-company {
	background: url('../App_Images/style/bg-header-reg-3.png') no-repeat;
	background-size:55%;
	-webkit-background-size: 55% auto;
	-moz-background-size:55% auto;
	padding-left:30px;
	font-family: "TheMix Black Plain", sans-serif;
	color: #ffff00;
	font-size: 30px;
	letter-spacing: 1px;
	display:block;
	height: 90px;
	vertical-align: middle;
	line-height:90px;
}

.header-rules-1-prize {
	background: url('../App_Images/style/bg-header-reg-3.png') no-repeat;
	background-size:55%;
	-webkit-background-size: 55% auto;
	-moz-background-size:55% auto;
	padding-left:30px;
	font-family: "TheMix Black Plain", sans-serif;
	color: #ffff00;
	font-size: 30px;
	letter-spacing: 1px;
	display:block;
	height: 90px;
	vertical-align: middle;
	line-height:100px;
}

.prize {line-height: 40px;text-align: left;}

.header-rules-1-contact{
	background: url('../App_Images/style/bg-header-reg-3.png') no-repeat;
	background-size:98%;
	-webkit-background-size: 98% auto;
	-moz-background-size:98% auto;
	padding-left:30px;
	font-family: "TheMix Black Plain", sans-serif;
	color: #ffff00;
	font-size: 23px;
	letter-spacing: 1px;
	display:block;
	height: 90px;
	vertical-align: middle;
	line-height:100px;
}

.separate-contact{height: 50px}

/**********************************************/
.user-intro {
	width: 80%;
	margin: auto;
}

h1{
	font-family: 'TheMix Bold Plain', sans-serif;
	color: #00c1db;
	display:inline-block;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 {
	color:#f15a29;
	font-family: 'TheMix Black Plain', sans-serif;
	font-size: 26px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.yellow-label
{
	font-size: 13px;
	color: #ffff00;
	letter-spacing: 1px;
}

/************ Style Upload Video **************/
.wrapper-video-upload {
	margin: auto;
	width: 100%;
}
#divUploadVideo {
	margin: auto;
	width: 600px;
}

.bloc-upload-video {
	width: 600px;
	height: 380px;
	position: relative;
	background: #00c1db;
	margin: auto;
}

.txt-upload-video {
	color: #FFF;
	margin: auto;
	font-size: 25px;
	height: 120px;
	line-height: 120px;
	font-family: 'TheMix Bold Plain', sans-serif;
}

.video-username {
	font-size: 18px;
}

.btn-upload-video {
	-webkit-border-radius:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius:10px;
	border-radius:10px;
	font-weight:normal;
	background: #ffff00;
	color:#00c1db;
	font-size:30px;
	font-family: "TheMixBlackItl", sans-serif;
	letter-spacing: 1px;
	cursor:pointer;
	width: 350px;
	height: 61px;
	line-height: 61px;
	
}

.video-icon {
	background: url("../App_Images/style-user/video-icon.png") no-repeat;
	width: 130px;
	height: 120px;
	 
}
/*****************************Page  my video*************************************/
.title-all-comment {
	color: #f15a29;
	font-family: 'TheMix Bold Plain', sans-serif;
}

.contestant-vid-pub-desc{
	color: #000; 	
}
.all-comment-date {
	color:#02BAD3;	
}

.all-comment-textarea {
	border: #02BAD3 solid 2px;	
}

.contestant-vid-view{	
	color: #02BAD3;	
}

.by-span{	
	color: #02BAD3; 
	
}

.blue-label {
 color:#00c1db;
 font-size:12px;
 
}
