body {
	margin:0px;
	padding:0px;
background-image:url(../images/bgcover.jpg);background-repeat:repeat;
background-position: initial;
	
}
img
{
	border:0px;
}



.banner {
	float:left;
	margin-left:10px;
}


#TopLogo {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color:#0040D3;
	height: 90px;
}

.conta {
	width:200px;
	float:left;
}


.nvolvent {
	float:left;
	margin-left:100px;
	margin-top:50px;
}


.formenv {
	width: 225px;
	padding: 10px;
	border-radius: 10px;
	background-repeat:repeat-x;
    background: #FBC200; /* Old browsers */
 	
	overflow: hidden;
}
#contenttrans{
	color: black;
	font-family:Arial, Helvetica, sans-serif;


}


.formenv h1{
	font-size: 18px;
	background-image: url(../images/candado.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: left center;
	padding-top: 0px;
	margin-top: 0px;
	color:#000;
}

.formenv ul 
{
	list-style:none;
	padding: 0px;
	font-size: 13px;
}

.formenv li {	
	text-align:left;
}

.formenv input {
	border-radius: 5px;
	width: 190px;
	font-size: 16px;
	padding: 3px;
}

.formenv .button {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 222px;
	font-weight: bold;
	cursor:pointer;
	margin-top: 10px;
	height: 35px;

    background: #0947CE;
    color: #FBC200;
    
}
.formenv .button:hover  {
 background: #FFF;
    color: #0947CE;
    
}


.formenv .button:hover {
	text-decoration:underline;
}


.formenv p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom: 1px solid silver;
}

.formenv .link {
	color:black; 
	float:left;
	font-size:11px;
	margin-top:5px; 
	margin-bottom: 10px;
	width:100%;
}





.remember {
	margin-top: 10px;
	margin-bottom: 5px;
}
.remember span{
	font-size:12px;
	padding-top:2px;
	float:left;
}
.remember input {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	
	float:left;
	background-color:transparent;
}


.btnlogin {
	text-align:center;
	color: black;
	position:absolute;
	right:10px;
}
.btnlogin ul{
	margin:0px;
	padding:0px;

}

.btnlogin li {
	text-align:center;
	padding:5px 10px 5px 10px;
	list-style: none;
	border-radius: 5px;
	font-weight: bold;
	background-image:url(../images/btn-green.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	background-position: center;
	cursor:pointer;
	font-size: 14px;
}
.btnlogin li:hover {
	text-decoration:underline;
}

.btnlogin li a:hover {
	text-decoration:underline;
}

.btnlogin li a {
	color:white;
	text-decoration:none;
}




.regist li {
	
	text-align:center;
	width:205px;
	list-style: none;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
	background-image:url(../images/btn-green.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	background-position: center;
	cursor:pointer;
	font-size: 14px;
}
.regist li:hover {
	text-decoration:underline;
}

.regist li a:hover {
	text-decoration:underline;	
}

.regist li a {
	color:black;
	text-decoration:none;
}



.forca {
	margin-top:10px;
	margin-bottom: 5px;
}

.footer {
	clear:both;
	position:absolute;
	bottom:0px;
	text-align:center;
	background-color:#0040D3;
	width:100%;
	height:70px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    font-variant: small-caps;
    line-height: 60px;
}
.footer a{	
	color:white;
}


#thawteseal {
	width:255px;
	float:left;
	clear:both;
}


.contra {
	width:225px;
	padding:10px;
}

.contra li{
	list-style:none;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	padding-left:10px;
	text-align:center;

}
.contra li a{
	font-size:14px;
	text-align:center;
}


.DivErr{
	height: 18px;
	color: red;
	font-size: 14px;
}

.check {
	font-size:12px;
}

.check input {
	width:14px;
}


.avisoclave{
	float:left;
	width:100%;
  font-size:12px;
  font-style: italic;	
  margin-bottom:5px;
}




.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.1;
    opacity: .10;
    filter: alpha(opacity=10);
    background-color: #CCC; /* #CCC; */
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9;
    padding:2px;
    -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
}
.loadmask-msg div {
	  font-size:0.9em;
    padding:5px 10px 5px 25px;
    background: #fbfbfb url('loading.gif') no-repeat 5px 5px;
    line-height: 16px;
	  border:1px solid #a3bad9;
    color:#222;
    font:normal;
    cursor:wait;
    -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}