
#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;
}
