
#container {
    background-color: white;
    margin: auto;
}

.errorTitle {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #ff0000;
}

.error {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #ff0000;
}

.buttons{
    background: #FFFFFF;
    background-image: url(../img/forms/boton.jpg);
    background-repeat: repeat-x;
    height: 22px;
    border:1px solid #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 22px;

}

.text_boxes {
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #ccccff;
    border-bottom-color: #ccccff;
    border-left-color: #ccccff;
    border-right-color: #ccccff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.comments {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-style: italic;
    color: #cc9900;
}
img{border: none;}
div.lang{position: absolute; top: 0; right: 0; height: 20px; padding: 0 10px; background: #2A4159; -moz-box-shadow:0 0px 8px 2px #333;}
div.lang a{
    border: 1px solid #333;
    float:right;
    padding: 0px;
    margin: 2px 4px;
}
div.lang a:hover{border: 1px solid #DDD;}
.roundCornersBottom5{
    /* MOZILLA  */  -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
    /* CHROME   */  -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;
    /* OPERA    */  border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;
    /* MSIE     */  -ms-border-radius-bottomright: 5px; -ms-border-radius-bottomleft: 5px;
    /* ALL CSS3 */  border-radius-bottom: 5px;
}


