html,body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	/*background-image: url(../imgs/fnetuno.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;*/
}
form {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
#tela_login {
	width: 100%;
	height:100%;
	background-color: #FFFFFF;
	background-image: url(../imgs/fundologin.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.log_inpt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	border: 1px solid #999;
	padding: 5px;
	height: 19px;
	width:240px;
}
.text_login {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.reg {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
}



#container
{
width: 99%;
height:99%;
color: #333;
border: 1px solid gray;
line-height: 150%;
}

#top
{
padding: .5em;
height:100px;
background-color: #ddd;
border-bottom: 1px solid gray;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 250px;
margin: 0;
padding: 1em;
}

#content
{
margin-left: 300px;
border-left: 1px solid gray;
padding: 1em;
}

#footer
{
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
height:20px;
display:block;
border-bottom:thin;


}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
.msg_login {
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #666666;
	font-weight: bolder;
}

#boxLogin {
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 2px #C4C4C4;
    box-shadow: 0 0 5px 2px #C4C4C4;
}