@CHARSET "UTF-8";

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #303030;
  font-family: verdana;
  font-size: 10px;
  margin: 0;
}

html, div, map, dt, isindex, form {
  display: block;
}

form, div {
  margin: 0;
  padding: 0;
}

input, table {
  font-size: 1em;
}

table {
  width: 100%;
}

th {
	text-align: left;
}

h1 {
    font-size: 250%;
}
h2 {
    font-size: 200%;
}
h3 {
    font-size: 150%;
}
h4 {
    font-size: 133.33%;
}
h5 {
    font-size: 116.67%;
}
h6 {
    font-size: 116.67%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em;
}


input[type="password"], input[type="text"] {
  border: 1px solid gray;
  padding: 0.1em;
  width: 12.5em;
}

select {
  min-width: 11.5em;
}


.cleardiv {
  clear: both;
  height: 0.01px;
  font-size: 0.01px;
}

.note {
  font-size: 0.9em;
  color: #606060;
}


.error {
  background-color: #FBB19B;
  background-image: url("images/error.png");
  background-position: 0.5em center;
  background-repeat: no-repeat;
  border: 1px solid #DC4C42;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0.2em 0;
  padding: 0.6em 0.6em 0.6em 2.3em;
}

.disabled {
  color: #AAAAAA;
  cursor: not-allowed;
}