/* ConfTool CSS File for form elements: old browsers */

option {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

.optionsmall {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
}

input, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
    border-style: solid;
    /* NS4 has serious problems with border-width and input fields! */
    /* Padding does not work in NS 7 (Mozilla 1) with Checkboxes! */
}

input:focus, textarea:focus {
}

input.button {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
    color:#0033C0;
    padding: 2px 6px 1px 6px;
    background-color:#C8D8E8;
    border-color:#F0F4FF #909499 #909499 #F0F4FF;
    cursor:pointer;  // For standard browsers
    cursor:hand;     // for IE
}

.waitbutton {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
    color:#AA8080 !important;
    padding: 2px 6px 1px 6px !important;
    background-color:#E8E0B8 !important;
    border-color:#999999 #F4F4F4 #F4F4F4 #999999 !important;
    cursor:wait !important;
}


.checkboxradio {
}

