#fundo_player{
	margin-bottom: -20px;	
}

#videoIframe{
	margin-left:30px;
}

#aovivo_funcao{
	margin-left:160px;
}

.linha{
	margin:10px 0;
	background: rgba(40, 57, 68, 0.2);
	padding: 0.5px;
}

.titleChat{
	text-align:center;
	margin-bottom:5px;
	padding: 10px 30px;
	background: rgba(40, 57, 68, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	text-shadow: #DCDCDC 2px 2px 0;
}

#form-chat-entrar input{
	width:195px;
	padding: 4px 15px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1; 
	font-weight: bold;
	color: #8C8D8E;
	border: none;
	background: rgba(40, 57, 68, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

#form-chat-entrar input[type="submit"]{
	
	padding: 4px 10px 4px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #008689;
	background: rgba(40, 57, 68, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

#form-chat-entrar input[type="submit"]:hover{
	cursor:pointer;
	background: rgba(40, 57, 68, 0.2);
}


