*{
    margin:0px;
    padding:0px;
    text-decoration:none;
    list-style:none;
    font-family: "Trebuchet MS", Verdana,Arial,Helvetica,sans-serif;
    color:#000000;
}

html,body{
    height:100%;
    /*background-image:url(/css/img/fundo_body.png);*/
    
}

button{
    margin:10px;
    width:120px;
    border:1px solid #999999;
    font-size:14pt;
    padding-left:5px;
    padding-right:5px;
    cursor:pointer;
	
	
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border:1px solid #D8DCDF;
}

div.bannerLogin{
	padding:8px;
    /*border-bottom:5px solid #999999;*/
    /*margin:0px auto;*/
	margin-top:15px;
    height:81px;
    /*width:400px;*/
    font-size:18pt;
	/*
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border:1px solid #D8DCDF;
	*/
	
}

div.bannerLogin span{
	text-align:center;
	margin:3px;
}

div.divLogin {
    padding:15px;
    border:1px solid #999999;
    margin:0px auto;
    height:auto;
    width:300px;
    font-size:16pt;
    margin-top:5px;
	
	
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border:1px solid #D8DCDF;
	
}

div.divLogin input:focus{
    color: #ff9933;
}

div.divLogin label{
    margin-top:6px;
}

div.divLogin select{
    font-size:16pt;
}

div.divLogin input{
    margin:0px auto;
    font-size:16pt;
    width:100%;
    border:1px solid #cccccc;
	
}