/* 
    Document   : login_lateral.css
    Created on : 05-jul-2009, 10:43:18
    Author     : agustin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#login_lateral {
  width: 155px;
}
#login_lateral fieldset{
  margin-left: 5px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
}

#login_lateral input{
  width: 100px;
}

#login_lateral .button{
  width: 108px;
}

#login_lateral .labela{
  text-align:center;
  
  /*background-image:url(../../imag/fnd_a.jpg);
background-position:left center;
background-repeat:repeat-y;
margin-left:5px;*/
}



#login_lateral ul {
  list-style-type:none;
  margin:0;
  padding:0;
}


