* {
  color: #000000;
/* Küül but non-standard
  font-family: Calibri [too small relatively], Candara, Myriad Web, Papyrus;
  content: Tahoma, Trebuchet MS
*/
  font-family: Tahoma, Arial, arial, sans-serif, sans serif, Verdana, verdana;
  font-size: 11px;
}

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, #menuline *, td#tagline, td#tagline * {
  font-family: Verdana, verdana, Arial, arial, sans-serif, sans serif !important;
}

div#content code, div#content code *, div#content pre, div#content pre * {
  font-family: courier new, courier, fixedsys;
  font-size: 12px;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

br {
  clear: both;
}

a {
  color: #7F7F7F;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

form { margin: 0; padding: 0; }

/* TYPE=[ text | password | checkbox | radio | submit | reset | file | hidden | image | button ] */
/* classes: text, button, radio, checkbox, multiselect, file, image */
input.checkbox {
  vertical-align: middle;
  margin: 0;
}

/* REDO SELECTS!!!! - selectbox */
input.text, input.textbox, input.button, select.multiselect, textarea {
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #88DDAA;
  margin-left: 0;
  margin-right: 0;
}

input.textbox, select.multiselect, textarea {
  background: url(../grafx/textfield_bg.gif) no-repeat top left;
}

input.text, input.textbox {height: 15px;}
* html input.text, * html input.textbox {height: 17px;}

input.button {
  text-align: center;
  font-size: 11px;
  background-color: #FFFFFF;
  background-image: url(../grafx/button_bg.gif);
  background-repeat: repeat-x;
  background-position: center left;
  border: 3px double #88DDAA;
  padding: 1px 8px;
}
:root input.button {
  padding: 0px 7px;
}
* html input.button {
  padding: 0;
}

select.multiselect {
  width: 100%;
  font: 10pt courier new;
}
/* I just don't get this - ohh but why did I do this?!?
select.multiselect * {
  background-color: #88DDAA;
}
*/

textarea {
  width: 100%;
}