*
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 8pt;
		margin : 0;
		padding: 0;
		outline: none;
	}
	
body
	{
		background: #7BE31D url(../images/towel.png) no-repeat;
		text-align: center;
	}
	
div#logo
	{
		position: absolute;
		top : 185px;
		left: 50%;
		width: 198px;
		height: 46px;
		background: url(../images/logo_apanel.png) no-repeat;
		margin: 0 0 0 -99px;
	}
	
div#box_login
	{
		position: absolute;
		top : 250px;
		left: 50%;
		width: 344px;
		height: 103px;
		background: url(../images/box_login.png) no-repeat;
		margin-left: -172px;
		padding: 5px 0 0 33px;
		text-align: left;
	}
	
form#tf_login label
	{
		font-size: 9pt;
	}
	
form#tf_login input[type="text"], form#tf_login input[type="password"]
	{
		width: 269px;
		background: url(../images/back_input_login.png) no-repeat;
		margin: 2px 0 5px 0;
		padding: 3px 5px;
		border: 0px;
	}
	
/******
* CONFIGURAÇÕES PARA CAIXA DE EXIBIÇÃO DE MENSAGENS
******/
div.box_msg
	{
		position : fixed;
		top : 0px;
		left: 50%;
		width : 250px;
		margin: 0 auto;
		margin-left: -125px;
		background-color: #C00;
		z-index: 200;
	}
	
div.box_msg p
	{
		font-weight: bold;
		color: #FFF;
		padding: 4px 0;
		text-align: center;
	}
