@charset "utf-8";
html{
    /* This image will be displayed fullscreen */
    background:url('../images/background.jpg') no-repeat center center;

    /* Ensure the html element always takes up the full height of the browser window */
    min-height:100%;

    /* The Magic */
    background-size:cover;
}

body{
    /* Workaround for some mobile browsers */
    min-height:100%;
	color:white;
}

.header
{
	width:100%;
	height:80px;
	display: block;
}

.main
{
	height:640;
	display: block;
}
a {
  color: #2e92cf;
   text-decoration: none;
}
a:hover{
  color: rgba(45, 173, 237, 0.8);
}

a.dangnhap
{
	color: #fff;
}
a.dangnhap:hover
{
	color: rgba(255, 255, 255, 0.8);
}

#player #player_wrapper
{
	width: 640px; 
	height: 360px;
	margin:0 auto;
}

.row
{
	width:100%;
	height:40px;
	display: block;
}

.channel
{
	margin:2px;
	width:200px;
}
.tile-area-title {
  position: fixed;
  top: 20px;
  left: 80px;
}
.user-id {
  position: fixed;
  right: 40px;
  top: 40px;
  display: inline-block;
  padding: 8px;
  background-color: transparent;
  width: auto;
  color: #ffffff;
  cursor: default;
}
.user-id .user-id-image {
  width: 40px;
  height: 40px;
  float: right;
  margin-left: 10px;
  color: inherit;
  background-color: #464646;
  text-align: center;
  vertical-align: middle;
}
.user-id .user-id-image img,
.user-id .user-id-image [class*="icon-"] {
  color: inherit;
  font-size: 16pt;
  line-height: 16pt;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.user-id .user-id-image [class*="icon-"] {
  padding: 10px;
}
.user-id .user-id-name {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
}
.user-id .user-id-name .first-name,
.user-id .user-id-name .last-name {
  display: block;
  color: inherit;
  font-family: Arial;
  line-height: 12pt;
}
.user-id .user-id-name .first-name {
  font-size: 18px;
  line-height: 22pt;
}
.user-id .user-id-name .last-name {
  font-size: 12pt;
}
.user-id:hover {
  
}


table#form{
	background-image: url("../images/formbg.png");
	background-repeat: no-repeat;
	border: none;
	font-size: 28px;
	position: fixed;
	  top: 20%;
	  left: 20%;
}

table#form td {
	padding: 10px 5px 0px 15px;
}
table#form td.title{
	padding-left: 70px;
	color: white;
	font-size: 38px;
	font-weight:bold;
}
table#form td.error {
	padding: 0;
	font-size:14px;
	color:red;
}
table#form td.white {
	color: white;
}

table#form input.text {
	height: 30px;
	width: 200px;
}
table#form input.email{
	height: 30px;
	width: 350px;
}
table#form input.submit {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9dce2c
		), color-stop(1, #8cb82b));
	background: -moz-linear-gradient(center top, #9dce2c 5%, #8cb82b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c',
		endColorstr='#8cb82b');
	background-color: #9dce2c;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	text-indent: 0;
	border: 1px solid #83c41a;
	display: inline-block;
	color: #000;
	font-family: Myriad Pro,Arial;
	font-size: 25px;
	font-style: normal;
	height: 32px;
	line-height: 32px;
	width: 154px;
	text-decoration: none;
	text-align: center;
}

table#form input.submit:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8cb82b
		), color-stop(1, #9dce2c));
	background: -moz-linear-gradient(center top, #8cb82b 5%, #9dce2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b',
		endColorstr='#9dce2c');
	background-color: #8cb82b;
}

table#form input.submit:active {
	position: relative;
	top: 1px;
}