
input, select, textarea {
    font-family: verdana,helvetica,sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #000000;
}

.processing {
    font-weight: bold;
    color: #000099;
    text-decoration: blink;
    text-align: center
}

/*
 * avatrons
 */
img.avatron, img.avatron:link {
    color: #000099;
    border-color: #000099;
}
img.avatron:hover {
    color: #EE6D31;
    border-color: #EE6D31;
}

img.avatron-active, img.avatron-active:link, img.avatron-active:hover {
    color: #EE6D31;
    border-color: #EE6D31;
}

img.avatron-noavatron {
    color: #aaaaaa;
    border-color: #aaaaaa;
}
img.avatron-noavatron-active {
    color: #444444;
    border-color: #444444;
}

/*
 * form field labels
 */
.formLabel {
    font-weight: bold;
    line-height: 16px;
}

/*
 * form input help content
 */
.helpvalid {
    font-size: 9px;
    padding-left: 0pt
}
.helpinvalid {
    font-size: 9px;
    color: yellow;
    background-color: red;
    padding-left: 0pt
}

.line {
    color: #444444;
    background-color: #CCCCCC
}
.line2 {
    color: #444444;
    background-color: #999999
}

.bordersall {
    border: 1px solid #006699;
}

/*
 * boxed content
 */
.box {
    padding: 10pt;
    border-style: solid;
    border-width: 1px;
    border-color: #CC6600;
    font-size: x-small
}

/*
 * instructions
 */
table.instr {
    background-color: #2abdf3;
}
td.instr {
    background-color: #ffffff;
}

/*
 * warning text
 */

.warning  {  font-family: verdana,helvetica,sans-serif; font-size: 12px; line-height: 12px; font-style: normal; font-weight: bold; color: #FF0000; text-decoration: none}

