/* 
    Document   : formulario
    Created on : 05-feb-2010, 13:06:18
    Author     : Juan Manuel
    Description:
        Purpose of the stylesheet follows.
*/

div.row{
  clear: both;
}
span.label{
  display: block;
  /*float:left;*/
  /*width:110px;*/
  text-align: left;
  margin-bottom: 2px;
}

span.input{
  display: block;
  /* float:left; */
  /* margin-left:10px;*/
  margin-bottom: 10px;
}
span.input input, span.input select, span.input textarea{
  border: 1px solid silver;
  padding: 2px 0;
  /*margin-bottom: 10px;*/
  width: 100%;
  background-color: #f0f0f0;
}
label.error{
  display: none;
  color: red;
  margin-left: 5px;
}