	body{
		margin: 0px;
		background-image: url("../../img/bg.jpg");
		font-family: Arial;
		font-size: 11px;
		color: #444444;
	}
	
	table, input{
		font-family: Arial;
		font-size: 11px;			
	}
	
	input[type="text"], input[type="password"] {	
		border: #b1b1b1 1px solid;
		height: 16px;
	}
		
	#login {
		background:url('../../img/bg-b.jpg') top center no-repeat;
		width:700px;
		height:700px;
	}
	
	#logo {
		width: 256px;
		padding-top: 116px;
		padding-left: 148px;
		padding-left: 1px;
		text-align: right;
	}
	
	#login table{
		background-color: transparent;
	}
	
	#login .title{
		font-size:13px;
		font-weight:bold;
		text-align:right;
		color:gray;
		text-transform:uppercase;
		height:30px;
	}
	
	#login .label {
		font-size:10px;
		font-weight:bold;
		color:gray;
		text-transform:uppercase;
		padding-right: 8px;
	}
	
	#login .inputText {
		width:160px;
	}
	
	#login .inputSubmit {
		background-image: url("../../img/button_entrar.jpg");
		font-size:10px;
		font-weight:bold;
		color:gray;
		width:237px;
		height:26px;
		border:0px;
	}

	#form {
		padding-top: 53px;
		width:100%;
		height: 59%;
	}
	
	#error {
		color:#9F160C;
	}
	
	#recover {
		color:#434343;
	}
	
	#copyright {
		color: #191919;
	}
	
	a:link, a:visited {
		color: #d02421;
		text-decoration: none;
	}

	a:hover, a:active {
		color: #d02421;
		text-decoration: underline;
	}