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

/*----------------------------------------
	- Depoimentos
---------------------------------------*/
#depoimentos{
	width: 499px;
	float: left;
}
#depoimentos div.avatar{
	margin-bottom: 20px;
	padding-bottom: 15px;
}
/*----------------------------------------
	- Coluna Direita
---------------------------------------*/
#postar_depoimento{
	width: 158px;
	float: left;
	clear: none;
}
#postar_depoimento a.cadastro_postar{
	display: block;
	width: 158px;
	height: 210px;
	background: url(../imagens/bt_postar.png) left top no-repeat;
	text-indent: -20000px;
	margin-left: 13px;
}
#postar_depoimento a.bt_postar_depoimento{
	display: block;
	width: 158px;
	height: 28px;
	background: url(../imagens/bt_postar_depoimento.png) left top no-repeat;
	text-indent: -20000px;
	margin-left: 13px;
	margin-top: 20px;
}
#postar_depoimento a:hover{
	background-position: left bottom;
}