/* 
	Style CSS
	@author Bruno César
*/
        body{
			font:14px arial, sans-serif;
			background: #fafafa;
		}
		.row{
			display: block;
			width: 100%;
		}
		.clear{
			clear: both;
		}
		.text-center{
			text-align: center;
		}
		.text-right{
			text-align: right;
		}
		#box{
			width: 584px;
			margin: 0 auto;
			display:none;
		}
		#top, #xbody, #footer{
			width: 584px;
		}
		#top{
			height: 72px;
			background: transparent url(../_images/login/top.png) 0 0 no-repeat;
		}
		#top h1{
			clear: both;
			font-size: 24px;
			font-weight: bold;
			text-align: right;
			padding: 26px 20px 0 0;
			color: #ffffff;
			display: block;
		}
		#xbody{
			height: 270px;
			background: transparent url(../_images/login/xbody.png) 0 0;
		}
		#footer{
			height: 52px;
			background: transparent url(../_images/login/footer.png) 0 0 no-repeat;
		}
		#versao
		{
		    color:#fff;
		    font-size:12px;
		    margin-left:17px;
		   /* margin-top:14px;	*/	    
		}
		#ambiente
		{
		    color:#fff;
		    font-size:12px;
		    margin-left:112px;
		    margin-top:-15px;
		    font-size:18px;
		    font-weight:bold;
		    width:328px;
		    text-align:center;
		}

		/*mini-grid*/
		.col-2{
			display:inline;
			float: left;
			/*position: relative;*/
		}
		.col-3{
			display:inline;
			float: left;
			text-align:center;
			/*position: relative;*/
		}
		.row .col-2{
			width: 48.0%;
		}
		.row .col-3{
			width: 100.0%;
		}

		/*form*/
		label{
			display: inline-block;
			vertical-align: top;
		}
		.label{
			font-weight: bold;
			font-size: 12px;
			color: #333333;
			padding: 5px;
			width: 65px;
			height: 20px;
		}
		.btn{
			font-size: 10px;
			font-weight: bold;
			background-color: #00679b;
			border: none;
			color: #ffffff;
			*width: 60px; /*IE 7*/ 
			margin-top: 5px;
			margin-right: 18px;
			padding: 5px 10px;
		}
		.frase{
			margin-left: 14px;
			margin-top: 16px;
			font-size: 12px;
		}
		.lembrarme			
		{
		    margin-top:8px;
		    text-align:right;
			font-size: 12px;
			color:#00679b;
		}	
		.lembrarme label
		{
		    margin-top:3px;	
		}
		.form-margin{
			margin-left: 18px;
			margin-top: 16px;
		}
		.form-margin-top{
			margin-top: 2px;
		}
		.form-block{
			background-color: #f9f9f9;
			border: 1px solid #bbbbbb;
			padding: 10px;
			height: 179px;
		}
		select
		{
			padding: 0 5px !important;
			width: 71px\9;
			*width: 71px;
			height: 25px !important;
			vertical-align: top\9 !important;
			*vertical-align: top !important;
			/*background: url(/_images/bg_input.gif) repeat-x #FFFFFF !important; display: inline !important;*/
		}
		.input-login
		{
		    font:14px arial, sans-serif !important;
			height: 20px !important;
			width: 135px !important;
			padding: 2px !important;
		}

		.link-alt{
			font-size: 11px;
			color: #666666;
			margin: 0 10px 0 0;
		}
		#logo{
			height: 184px;
			vertical-align: baseline;
		}
		#logo img{
			display: block;
			margin: 0 auto;
			margin-top: 15%;
			border: none;			
		}
		.input_cinza
        {         
            background-position: #CCCCCC;
            border-top: 1px solid #95b9cf;
            border-left: 1px solid #95b9cf;
            border-bottom: 1px solid #95b9cf;
            border-right: 1px solid #95b9cf;
            padding: 2px;
            background: #CCCCCC;
            display: inline;            
        }
       
