x*x {
 	box-sizing:border-box;
  padding:0;
  margin:0;
}

body {
   xxbackground:url('../Infolog/bg1.png') repeat;
   background-image: linear-gradient(to bottom,#010101 ,#90b3e3);;
   position:relative;
   font-family:verdana;
   font-size:10px;
   
}



#frm_main {
  width:320px;
  margin:30px auto;
  height:120px;
  position:relative;
  padding:6px;
  border:1px solid rgba(0,0,0,0.3);
  border-radius:0.6em;
  background:#f6f4f1;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  background:url('../Infolog/bg2.png') repeat;
}


#frm_main:after {
 	clear:both;
  content:"";
  display:table;
}

#inset {
  border:4px solid rgba(255,0,0,0.2);
  border-radius:0.5em;
  float:left;
  width:100%;
  padding:6px 10px 6px 40px;
  height:100%;
}

#code {
 	transform:rotate(90deg);
  transform-origin:0 0;
  position:absolute;
  top:10px;
  font-size:13px;
  left:40px;
  width:100px;
  text-align:center;
  border-top:4px solid rgba(255,0,0,0.2);
  padding:5px 7px;
  border-radius:0 0 0.5Em 0.5em;
  color:#aa6b40;
  text-shadow:1px 0 0 rgba(255,255,255,0.6);
}

.my_text{
 	 border-radius:0.3em;
  border:1px solid #91897e;
  box-shadow:inset 0 0 4px rgba(25,0,0,0.4);
  padding:7px;
  margin:5px 0;
  transition:all 0.3s ease-out;
  width:100%;
  height:34px;
}

input[type="password"]{
 	float:left;
  width:50%;
}

.my_submit{
 	float:left;
  width:46%;
  margin-left:4%;
  margin-top:5px;
  height:34px;
  border:1px solid #91897e;
  border-radius:0.3em;
  padding:7px;
  transition:all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    inset 0 20px 20px rgba(255,255,255,0.1);
  cursor:pointer;
  xxbackground:rgba(250,0,0,0.2);
  background:#BDD3EF;
  font-weight:bold;
  xxcolor:#aa6b40;
  color:#223340;
  text-shadow:0 1px 0 rgba(255,255,255,0.5);
  font-family:verdana; 
}
.my_button{
  border:1px solid #91897e;
  border-radius:0.3em;
  background:#BDD3EF;
  padding:0px 4px;
  cursor:pointer;
  margin-left:5px;
}

.my_button:hover {
   background:#99BCE8;
}


.my_submit:hover {
 	 xxbackground:rgba(250,0,0,0.3);
   background:#99BCE8;
}

::-webkit-input-placeholder {
   font-family:verdana;
   text-transform:uppercase;
   font-size:10px;
   line-height:16px;
   letter-spacing:1px;
} 


input[type="text"]:hover,
input[type="password"]:hover{
 	box-shadow:none; 
}

.numero{
    text-align: right;
    background: red;
}

.zebra{
    background:#D5D5D5;
}

.vermelho{
    background-color:#D50000;
}
.x-row-grid-alt{
  background-color:#D50000;
}
.y-field-striped:nth-child(2n) { background-color: #eee } /* even */
.y-field-striped:nth-child(2n+1) { background-color: #bbb } /* odd */