@import url("importa_fontes.css");

body {
	margin: 0;
}
	.top {
		height: 60px;
		min-width: 1003px;
		background: url("../_img/bg/bg_top.jpg");
	}
		.top #logo {
			float: left;
			width: 600px;
			height: 60px;
			background: url("../_img/logo/logo_login.png") no-repeat center right;
		}
		.top #logt {
			float: right;
			width: 120px;
			height: 40px;
			padding: 20px 0 0 25px; 
			background: url("../_img/bg/logout.png") no-repeat left;
		}
			.top #logt a {
				font: 11pt "Tahoma";
				color: #fff;
				text-decoration: none;
			}
			.top #logt a:hover {
				text-decoration: underline;
			}
	.mto {
		height: 13px;
		min-width: 1003px;
		background: url("../_img/bg/bg_mid_top.jpg") repeat-x;
	}
	
	.mid {
		height: 300px;
		padding-top: 80px;
		min-width: 1003px;
	}
		.mid .title {
			margin: 0px auto;
			width: 400px;
			height: 38px;
			border: 1px solid #ccc;
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;
			background: url("../_img/bg/lbg.jpg") repeat-x;
		}
			.mid .title #icon {
				float: left;
				width: 50px;
				height: 38px;
				background: url("../_img/bg/lhel.jpg") no-repeat center;
			}
			.mid .title h1 {
				float: left;
				margin: 10px 0 0 0;
				font: 11pt OpenSansBold;
				color: #333;
			}
		.mid .contr {
			margin: -1px auto;
			width: 400px;
			height: 190px;
			padding-top: 10px;
			border: 1px solid #ccc;
		}
			.mid .contr .cad {
				float: left;
				width: 160px;
				height: 180px;
				background: url("../_img/bg/key.jpg") no-repeat center;
			}
			.mid .contr .cad2 {
				float: left;
				width: 160px;
				height: 180px;
				background: url("../_img/bg/key2.jpg") no-repeat center;
			}
			.mid .contr .for {
				float: left;
				width: 240px;
				height: 190px;
			}
				.mid .contr .for h1 {
					margin: 10px 0 0 0;
					font: 11pt OpenSans;
				}
				.mid .contr .for input.txt {
					width: 135px;
					height: 25px;
					margin-top: 5px;
					border: 1px solid #aaa;
					background: #fff;
					text-indent: 5px;
					font: 11pt OpenSans;
				}
					.mid .contr .for input.txt:focus {
						outline: none;						
					}
				.mid .contr .for a {
					display: block;
					width: 100px;
					margin: 5px 0 0 5px;
					font: 10pt OpenSans;
					color: #003366;
				}
				.mid .contr .for #send_login {
					width: 80px;
					height: 25px;
					border: none;
					border-radius: 10px;
					margin: -10px 0 0 140px;
					text-align: center;
					font: 10pt OpenSans;
					color: #fff;
					text-transform: uppercase;
				    background: #304e64;
					cursor: pointer;
					letter-spacing: 1px;
				}
				.mid .contr .for #send_login:focus{
					outline: none;
				}
				.mid .contr .for .btn-login {					
					border: none;
					border-radius: 10px;
					margin: 50px 0 0 10px;
					text-align: center;
					font: 11pt OpenSans;
					padding: 5px 15px;
					color: #fff;
				    background: #304e64;
				    text-transform: uppercase;
					cursor: pointer;
					outline: none;
					position: absolute;
				}
	.bot {
		min-width: 1003px;
		height: 120px;
		margin-top: 70px;
		clear: both;
	}
		.bot .sup {
			height: 25px;
			background: url("../_img/bg/bbot.jpg") repeat-x;
		}
		.bot .sub {
			height: 120px;
			background: url("../_img/bg/bdw.jpg") repeat-x;
		}


#login-in {
	position: absolute;
	outline: none;
	width: 80px;
    height: 25px;
    border: none;
    border-radius: 10px;
    margin: 0px 0 0 145px;
    text-align: center;
    font: 10pt OpenSans;
    color: #fff;
    text-transform: uppercase;
    background: #304e64;
    cursor: pointer;
    letter-spacing: 1px; 
}
