@charset "utf-8";

body {
	background-image:url(../imagens/bg-login.jpg);
	background-repeat:repeat-x;
	background-color:#5c5b60;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	border: 1px #000000 solid
}

#container {
	width:955px;
	margin:0 auto;
	padding:0px;
}

#cabecalho {
	background-image:url(../imagens/cabecalho-login.jpg);
	background-repeat:no-repeat;
	width:955px;
	height:65px;
}

#box1 {
	width:505px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#login {
	float: left;
	background-image: url(../imagens/box-login.jpg);
	height: 200px;
	width: 300px;
}

#tab {
	margin-left:40px;
	padding: 0px;
	margin-top: 70px;
	margin-right: 10px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#imgLogin {
	float: left;
}.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../imagens/btn.jpg);
	background-repeat: repeat-x;
	height: 20px;
	border:none;
}

