body { 
	margin:0; 
	padding:0; 
	width:100%; 
	background:#fff;
	font:normal 11px Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#333333;
}
html { 
	padding:0; 
	margin:0;
}
img {
	border:0px;
}
input {
	color:#555;
}

.login {
	margin:7em auto;
	width:320px;
}
	h1 a {
		background:url(images/logo.png) no-repeat scroll center top transparent;	
		width:137px;
		height:166px;	
		display:block;
		overflow:hidden;
		text-indent:-9999px;
		padding:0 0px 0 187px;
		margin-bottom:-10px;
	}
	.box {
		-moz-border-radius: 11px 11px 11px 11px;
		-moz-box-shadow: 0 4px 18px #C8C8C8;
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #d6d6d6;
		font-weight: normal;
		height:200px;
		width:320px;
	}
		.box p {
			float:left;
			padding:0 0 0 30px;		
			color: #777777;	
			font-size: 13px;			
		}
		.box h2 {
			padding-top:5px;
			padding-left:10px;	
			color:#555;
		}		
		.clientes {
			background:url(images/user.png) no-repeat scroll center top transparent;
			width:90px;
			height:90px;
			display:block;
			overflow:hidden;
			text-indent:-9999px;	
			padding:0px 0px 0px 25px;			
		}
		.clientes:hover {
			background:url(images/user_cima.png) no-repeat scroll center top transparent;							
		}
		.conteudo {
			background:url(images/folder.png) no-repeat scroll center top transparent;
			width:90px;
			height:90px;
			display:block;
			overflow:hidden;
			text-indent:-9999px;
			padding:0px 0px 0px 30px;
		}
		.conteudo:hover {
			background:url(images/folder_cima.png) no-repeat scroll center top transparent;
		}
		
	form {		 
		-moz-border-radius: 11px 11px 11px 11px;
		-moz-box-shadow: 0 4px 18px #C8C8C8;
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #d6d6d6;
		font-weight: normal;
		margin-left: 8px;
		padding: 3px 16px 45px 16px;
	}
	form p {
		margin-bottom:0px;
	}
		label {
			color: #777777;
			font-size: 13px;
		}
			.text_input {
				background:none repeat scroll 0 0 #FBFBFB;
				border: 1px solid #d6d6d6;
				font-size: 24px;
				margin-bottom: 7px;
				margin-right: 6px;
				margin-top: 2px;
				padding: 3px;
				width: 97%;
			}
		.submit {
			float:right;
			border-color: #c9060d;			 
		}
			.botao_login {
				background:url(images/botao_login.png) repeat-x scroll left top #ec1c24;
				border-color: #c9060d;
				color:#ffffff;
				font-weight:bold;
				text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
				-moz-border-radius: 11px 11px 11px 11px;
				border: 1px solid;
				font-size: 13px;
				margin-top: -3px;
				padding:3px 10px;
				text-decoration: none;
				cursor: pointer;
			}