/*
	Autor: Anderson Triacca
	Empresa: Guife Multicom
	Data de Início: 09/10/2009
	Última Modificação: 13/10/2009
*/

/*----------------------------------------
	- Explicativo do Álbum
---------------------------------------*/
#album_explicativo{
	width: 430px;
	height: 204px;
	background: #1a0c00;
	float: left;
}
#album_explicativo p{
	padding: 9px 13px 0 12px;
}
#album_explicativo a.bt_cadastro_album{
	display: block;
	width: 169px;
	height: 28px;
	text-indent: -20000px;
	background: url(../imagens/bt_cadastro_album.gif) left top no-repeat;
	margin-left: 12px;
	margin-top: 28px;
}
#album_explicativo a.bt_cadastro_album:hover{
	background-position: left bottom;
}
/*----------------------------------------
	- Tela de login do Álbum
---------------------------------------*/
#album_login{
	width: 220px;
	height: 204px;
	float: left;
	clear: none;
	margin-left: 20px;
	background: #1a0c00 url(../imagens/secao_h3.gif) left 143px no-repeat;
}
#album_login p{
	padding: 9px 13px 0 12px;
}
#album_login form{
	margin-top: 13px;
}
#album_login form label.label_email{
	display: block;
	width: 142px;
	height: 23px;
	float: left;
	margin-left: 12px;
}
#album_login form label.label_email input{
	display: block;
	width: 137px;
	padding-left: 5px;
	height: 20px;
	padding-top: 3px;
	background: #827c5e;
	color: #1d1402;
}
#album_login form label.label_senha{
	display: block;
	width: 49px;
	height: 23px;
	float: left;
	clear: none;
	margin-left: 1px;
}
#album_login form label.label_senha input{
	display: block;
	width: 44px;
	padding-left: 5px;
	height: 20px;
	padding-top: 3px;
	background: #827c5e;
	color: #1d1402;
}
#album_login form input.bt_enviar{
	display: block;
	width: 45px;
	height: 8px;
	background: url(../imagens/bt_enviar.png) left top no-repeat;
	cursor: pointer;
	position: relative;
	left: 155px;
	top: 12px;
}
#album_login form input.bt_enviar:hover{
	background-position: left bottom;
}
#album_login form a{
	position: relative;
	top: 41px;
	display: block;
	width: 169px;
	background: url(../imagens/demarcador_cadastro_senha.gif) left top no-repeat;
	padding-left: 11px;
	margin-left: 8px;
}
#album_login form a:hover{
	color: #8e6921;
	background-position: left bottom;
}
/*----------------------------------------
	- Navegação dos Álbuns
---------------------------------------*/
#navegacao_albuns{
	padding-top: 20px;
}
#navegacao_albuns:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
/*----------------------------------------
	- Formulário de Criação de Álbum
---------------------------------------*/
.form_criar_album label.label_nome{
	display: block;
	width: 231px;
	height: 23px;
	margin-top: 20px;
	margin-left: 12px;
	float: left;
}
.form_criar_album label.label_nome input{
	display: block;
	width: 226px;
	padding-left: 5px;
	height: 20px;
	padding-top: 3px;
	background: #827c5e;
	color: #1a0c00;
}
.form_criar_album label.label_data{
	display: block;
	width: 174px;
	height: 23px;
	float: left;
	clear: none;
	margin-top: 20px;
	margin-left: 1px;
}
.form_criar_album label.label_data input{
	display: block;
	width: 169px;
	padding-left: 5px;
	height: 20px;
	padding-top: 3px;
	background: #827c5e;
	color: #1a0c00;
}
.form_criar_album input.bt_enviar{
	display: block;
	width: 45px;
	height: 8px;
	background: url(../imagens/bt_enviar.png) left top no-repeat;
	cursor: pointer;
	position: relative;
	left: 372px;
	top: 12px;
}
.form_criar_album input.bt_enviar:hover{
	background-position: left bottom;
}
a.deixe_depoimento{
	display: block;
	width: 220px;
	height: 204px;
	text-indent: -20000px;
	background: url(../imagens/deixe_depoimento.jpg) left top no-repeat;
}
a.deixe_depoimento:hover{
	background-position: left bottom;
}













