<style>
/*
    **********************************************************************************
    *                                                                                *
    * @package URBEM CNM - Soluções em Gestão Pública                                *
    * @copyright (c) 2013 Confederação Nacional de Municípos                         *
    * @author Confederação Nacional de Municípios                                    *
    *                                                                                *
    * O URBEM CNM é um software livre; você pode redistribuí-lo e/ou modificá-lo sob *
    * os  termos  da Licença Pública Geral GNU conforme  publicada  pela Fundação do *
    * Software Livre (FSF - Free Software Foundation); na versão 2 da Licença.       *
    *                                                                                *
    * Este  programa  é  distribuído  na  expectativa  de  que  seja  útil,   porém, *
    * SEM NENHUMA GARANTIA; nem mesmo a garantia implícita  de  COMERCIABILIDADE  OU *
    * ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. Consulte a Licença Pública Geral do GNU *
    * para mais detalhes.                                                            *
    *                                                                                *
    * Você deve ter recebido uma cópia da Licença Pública Geral do GNU "LICENCA.txt" *
    * com  este  programa; se não, escreva para  a  Free  Software Foundation  Inc., *
    * no endereço 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.       *
    *                                                                                *
    **********************************************************************************
*/
</style>
/*
Caso de uso: uc-01.01.00
*/
* { margin:0px; padding:0px;}

body{	
    /*background: #EDF4FA url("../imagens/background_login.png") top left repeat-x ;*/
	font-family: Futura, Arial, Helvetica,sans-serif;
    font-weight: bold;
	width:100%;
	height:100%;
	text-align:center;
	line-height:40px;
	margin: 0;
	padding: 0;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c9fc9+0,a7cae5+100 */
	background: #ededed; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	

}

#logon_topo{
    background: url("../imagens/barra_topo_geral.png") 0 0 repeat-x;
    height: 22px;
   
}

#logon{
	width:740px;
	height:420px;
 	position:absolute;
	top:50%;
	left:50%;
	margin-top:-215px;
	margin-left:-370px;	
	text-align:center;	
	/*border: #aaa solid 3px;
	-moz-border-radius:25px;
	background:#ccc;	 */

	left: 0;
	position: relative;
	margin: 100px auto 0;
}	

#formulario1{
	color:#0f5734 ;
	padding:10px;
	width:485px;
	height:165px;
 	position:relative;
	top:45%;
	left:50%;
	margin-top:-75px;
	margin-left:-250px;		
	text-align:center;
	/*border: #0f5734  solid 3px;*/
	-moz-border-radius:10px;
	/*background: transparent url(../imagens/fundo_form_login.png) top left repeat-x ;*/
	background:#D0E4F2 url("../imagens/background_box_login.png") 0 center no-repeat;		
	padding-bottom:20px;
	/*display:none;*/

	border-radius: 10px;
	background: #fff;
	width: 318px;
	position: relative;
	margin: 100px auto;
	padding: 40px;
	left: 0;
	top: 0;

	border: 1px solid #ccc;
}
#label-frm{
	background:transparent;		
	width:100px;
	float:left;
	text-align:left;	
}
#input-frm{	
	width:150px;
	float:left;	
	text-align:left;		
}
label{
	font-weight:bold;
}
#input-frm input{
    background: #1C9F61 ;
    border:none;
    color: #FF9900;
    font-family: Futura, Arial, Helvetica,sans-serif;
    font-weight: bold;
	height:15px;
	padding:5px;
	font-size:13px;	
	text-indent:5px;
   
	color: #fff;
	/*-moz-border-radius:10px;	*/
}
#input-frm input#usuario{
    background: #1C9F61  url("../imagens/icone_user.png") 0 center no-repeat;
    padding: 5px 5px 5px 30px;
	color: #fff;
}

#input-frm input#senha{
    background: #1C9F61  url("../imagens/icone_pass.png") 0 center no-repeat;
    padding: 5px 5px 5px 30px;
	color: #fff;
}

#submit-frm{
	background:none;
	width:100%;
	clear:both;	
	margin-top: 20px;
	float: left;
}
#submit-frm div{
	float:right;
	margin: 0 5px;
}
#submit-frm input{	
	background: #0f5734 ;
    border:none;
    color: #FF9900;
    cursor: pointer;
    font-family: Futura, Arial, Helvetica,sans-serif;
    font-weight: bold;
	padding:5px;
	font-size:13px;		
    width:82px;
    
	color: #fff;
	border-radius:3px;
}

#submit-frm input#enviar{
    background: #0f5734  url("../imagens/icone_block.png") 3px center no-repeat;
    padding: 5px;
	
}

#submit-frm input#limpar{
    background: #0f5734  url("../imagens/icone_clean.png") 3px center no-repeat;
    padding: 5px;
	
}
#logo_urbem{
	float:left;
	margin-right:40px;

	display: none;
}
#input_login{	
	position:relative;
	/*left:240px;*/
}
#input_limpar{
	background:transparent;
	/*left:250px;*/
	position:relative;
}
#status{  
    /*    background: transparent url(../imagens/fundo_status_login.png) top left repeat-x ;*/
    background:#0f5734 ;
    border: #0f5734  solid 3px;
    color: #ff9900;
    display:none;
    top:0;
    left:50%;
/*  margin-top: -75px ; */ 
    margin-left: -250px ;    
    text-align:center;
    padding:0px 10px 0px 10px;
    position: relative;
    width:485px;
}

#status p{
    margin:0px;
    padding:0px;
    /*font-weight:bold;*/
}   

#status a {
	color:#FFD9BF;cursor:pointer;font: verdana, tahoma, serif;
}
