@charset "iso-8859-1";
/* CSS Document */



div.fundoAcessoRestrito  form{
background:none;
/*padding:10px;
margin-top:10px;*/
margin-left:10px;
}


div.fundoAcessoRestrito input[type="button"] {
   margin: 5px 0 0 0px;
  height: 25px;
  padding: -2px 6px;
  font-size: 12px;
  color: #4a4a4a;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}


div.fundoAcessoRestrito input[type="button"] {
  background-color: #dadada !important;
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}









div.fundoAcessoRestrito input[type="text"], div.fundoAcessoRestrito input[type="password"]{
width:180px;
height:25px;
  background-color: #d7d7d7 !important;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
		 /*width:95%;*/
		  margin:10px 10px 0px 10px;
		  padding:4px 5px;
}


div.fundoAcessoRestrito input[type="text"]:focus,
div.fundoAcessoRestrito input[type="password"]:focus {
	  background-color: #ffffff !important;;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


div.fundoAcessoRestrito .box_Acesso{
	padding:7px 20px;
	background:#f0f0f0;
		margin-top:15px;}

	div.fundoAcessoRestrito 	.boxDestaques_titulovermelho{

	color:#FF0000;
}

div.fundoAcessoRestrito form input#login{
margin-left:12px;}

div.fundoAcessoRestrito form input#login, form input#senha{
width:180px;}







div#sub  form{
background:none;
/*padding:10px;
margin-top:10px;*/
margin-left:10px;
}


div#sub input[type="button"] {
   margin: 5px 0 0 0px;
  height: 25px;
  padding: -2px 6px;
  font-size: 12px;
  color: #4a4a4a;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}


div#sub input[type="button"] {
  background-color: #dadada !important;
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}









div#sub  input[type="text"], div#sub  input[type="password"]{

  background-color: #d7d7d7 !important;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
		 /*width:95%;*/
		  margin:5px 10px 5px 0px;
		  padding:4px 5px;
}

div#sub  textarea, div#sub  select{

  background-color: #d7d7d7 !important;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
		 /*width:95%;*/
		  margin:5px 10px 5px 0px;
		  padding:4px 5px;
}


div#sub  input[type="text"]:focus,
div#sub  input[type="password"]:focus {
	  background-color: #ffffff !important;;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


div#sub  .box_Acesso{
	padding:7px 20px;
	background:#f0f0f0;
		margin-top:15px;}

	div#sub 	.boxDestaques_titulovermelho{

	color:#FF0000;
}

div#sub  form input#login{
margin-left:12px;}

div#sub  form input#login, form input#senha{
width:180px;}


.errorRed{
color:#FF0000;
padding-left:7px;
font-size:12px;}