body
{
	margin-left: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/fundo2.jpg);
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
}

#fundoBranco
{
	width: 749px;
	height: 425px;
	padding-top: 25px;
	padding-left: 1px;
	background-image: url(../img/fundo.gif);
}

#pegadasAreaConteudo
{
	overflow: hidden;
	width: 704px;
	height: 401px;
	background-image: url(../img/fundo_area_conteudo.gif);
}
#pegadasAreaConteudoEsquerda
{
	float: left;
	width: 202px;
	padding-top: 10px;
	text-align: left;
}
#pegadasAreaConteudoEsquerdaLogo
{
	float: left;
	width: 140px;
	height: 120px;
	margin-left: 35px;
	_margin-left: 17px;
	cursor: pointer;
	background-color:;
}
#pegadasAreaConteudoDireita
{
	float: right;
	width: 485px;
	text-align: left;
}
#pegadasAreaConteudoDireitaPalco
{
	overflow: auto;
	width: 437px;
	height: 295px;
	margin-top: 58px;
}

/*=========================================================================================(   LISTAR VÍDEOS   )*/

#fundoListaVideo
{
	overflow: hidden;
	width: 387px;
	height: 104px;
	background-image: url(../img/pegadas_fundo_video_lista.jpg);
}
#fundoListaVideoFoto
{
	overflow: hidden;
	float: left;
	width: 95px;
	height: 71px;
	margin-top: 16px;
	margin-left: 10px;
	_margin-left: 5px;/*IE*/
	background-color: #fff;
}
#fundoListaVideoTitulo
{
	overflow: hidden;
	float: left;
	width: 270px;
	height: 20px;
	padding-top: 6px;
	margin-top: 8px;
	margin-left: 10px;
	background-color: ;
	text-align: left;
	font-weight: bold;
}
#fundoListaVideoDescricao
{
	overflow: hidden;
	float: left;
	width: 270px;
	margin-left: 10px;
	background-color: ;
	text-align: left;
}

/*=========================================================================================(   FORM   )*/

fieldset
{
	margin: 0px;
	padding-left: 55px;
	border: 0px solid #000;
}
fieldset br
{
	clear: left;
}
fieldset form
{
	margin: 0;
}
.label
{
	float: left;
	width: 65px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: left;
	color: #f8c200;
}

.input
{
	float: left;
	width: 250px;
	padding: 2px;
	margin-right: 10px;
	border: 1px solid #000;
	color: #333333;
	font-family: Arial;
	font-size: 12px;
}

.inputButton
{
	width: 80px;
	margin-right: 10px;
	border: 1px solid #f8c200;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	background-color: #f8c200;
}
