 #comentar {
     width: 885px;
     text-align:left;
     margin:0 auto;
     line-height: 25px;
     position:relative;
 }

 #comentar .label {
    clear:left;
    display:block;
    float:left;
    height:20px;
    line-height:16px;
    padding-right:15px;
    text-align:right;
    width:130px;
}

#comentar .input {
    display: block;
    height: 21px;
}

#comentar .input input {
    width: 200px;
    border: 1px solid #ccc;
}

#comentar .textarea textarea {
    border: 1px solid #ccc;
    float:left;
    height:104px;
    width:417px;
}

#comentar input[type="submit"].aceptar {
    background-color:#63EF1D;
    border:1px solid #CCCCCC;
    color:white;
    font-weight:bold;
    height:30px;
    margin:3px;
}

.libroVisitas .fechas {
    text-align: left;
    margin: 0 15px;
    font-weight: bold;
    font-size: 10px;
    font-family: tahoma;
}

.libroVisitas .comentario {
    text-align: left;
    margin: 5px 15px;
    font-size: 14px;
    font-family: tahoma;
    font-weight: normal;
    position: relative;
}

.libroVisitas .comentario textarea {
    border: 1px solid #ccc;
    float:left;
    height:54px;
    width:100%;
}

.errores {
    margin: 0px 15px;
}

.errores div{
    color: red;
    font-weight: bold;
}

.ok {
    margin: 0px 15px;
    color: green;
    font-weight: bold;
}

.libroVisitas {
    margin-bottom: 25px;
}
