﻿@charset "utf-8";

@import "texto.css";
@import "validacao.css";
@import "grid.css";
@import "destaque.css";

#form-indique 
{
	margin-top:52px;
}

a.novo-topico {
	text-decoration:none;
	display:block;
	width:104px;
	height:25px;
	border:none;
	background:url(../images/forum_novo_topico.png) no-repeat 0 top;
	text-indent:-9999px;
	margin:10px 0;
	float:right
}

a.novo-topico:hover {
	background-position:0 bottom
}
