span.actas {
    white-space: nowrap;
}
span.actas img {
    border: none;
    padding: 1px;
}
form.quixote div.title {
    font-weight: bold;
}

form.quixote br.submit,
form.quixote br.widget,
br.quixoteform {
    clear: left;
}

form.quixote div.submit br.widget {
    display: none;
}

form.quixote div.widget {
    float: left;
    padding: 4px;
    padding-right: 1em;
    margin-bottom: 6px;
}

/* pretty forms (attribute selector hides from broken browsers (e.g. IE) */
form.quixote[action] {
    float: left;
}

form.quixote[action] > div.widget {
    float: none;
}

form.quixote[action] > br.widget {
    display: none;
}

form.quixote div.widget div.widget {
    padding: 0;
    margin-bottom: 0;
}

form.quixote div.SubmitWidget {
    float: left
}

form.quixote div.content {
    margin-left: 0.6em; /* indent content */
}

form.quixote div.content div.content {
    margin-left: 0; /* indent content only for top-level widgets */
}

form.quixote div.error {
    color: #c00;
    font-size: small;
    margin-top: .1em;
}

form.quixote div.hint {
    font-size: small;
    font-style: italic;
    margin-top: .1em;
}

form.quixote div.errornotice {
    color: #c00;
    padding: 0.5em;
    margin: 0.5em;
}

form.quixote div.FormTokenWidget,
form.quixote.div.HiddenWidget {
    display: none;
}

body {
    background: white;
    color: black;
    margin: 0;
    font-family: "Arial", "Helvetica", sans-serif;
}

h1 {
    background: #00f;
    color: white;
    padding: 1ex;
    margin: 0;
}

div.crumbs {
    background: #008;
    color: #999;
    height: 1em;
    padding: 1px;
}

div.crumbs a,
div.crumbs a:link {
    color: white;
    text-decoration: none;
    padding-left: 1ex;
    padding-right: 1ex;    
}

div.main {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.cr {
    color: red;
}

.hint {
    font-style: italic;
}

.notice {
    font-weight: bold;
    font-size: large;
}
