body {
  background: #f4f3f3;
  color: #333;
  margin: 0px;
  padding: 0px;
}
body, td, th, p, li {
  font-size: 11px;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
a:link,
a:visited {
  color: #373737;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #373737;
  text-decoration: none;
}
table {
  border: none;
}
td {
  vertical-align:top;
}

img {
  border: none;
  vertical-align: middle;
}
form {
  margin: 0px;
  padding: 0px;
}
input,
select {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
select {
  font-size: 11px;
  border: 1px solid #999;
  background: #fff;
}
label {
  font-weight: bold;
}
hr {
  height: 1px;
  color: #999;
  background-color: #999;
  border: none;
  clear: both;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 10px;
}
p {
  margin: 12px 0px;
  padding: 0px;
}




.g_formField {
  padding: 2px;
  font-size: 10px;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #666;
  background: #fff url(./pics/bg_fields.gif) top left repeat-x;
  border: 1px solid #999;
}

.g_formField_error {
  font-size: 10px;
  border: 1px solid darkred;
  background: peachpuff;
  padding:4px;
}

.g_formButton {
  padding: 0px;
  margin: 0px;
  width: 150px;
  height: 18px;
  font-size: 10px;
  font-weight: bold;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  background: url(./pics/button_150.gif) no-repeat;
}

.g_formButton_200 {
  padding: 0px;
  margin: 0px;
  width: 200px;
  height: 18px;
  font-size: 10px;
  font-weight: bold;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  background: url(./pics/button_200.gif) no-repeat;
}

.g_formButton_250 {
  padding: 0px;
  margin: 0px;
  width: 250px;
  height: 18px;
  font-size: 10px;
  font-weight: bold;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  background: url(./pics/button_250.gif) no-repeat;
}


div.icon.closed {
    background-position: 180px 136px;
}
div.icon {
    background-image: url("./pics/glyphicons-halflings.png");
    cursor: pointer;
    display: inline-block;
    height: 17px;
    line-height: 12px;
    margin-left: 10px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}


/* FOOTER */
.footer {
  position: relative;
  margin: 0px 3px;
  padding: 3px 0px;
  font-size: 10px;
  color: #a8a8a8;
  border-top: 0px dotted #797979;
}
.footer a, .footer a:link, .footer a:visited {
  color: #a8a8a8;
  text-decoration: none;
  outline: none;
}
.footer a:active, .footer a:hover {
  color: #a8a8a8;
  text-decoration: underline;
  outline: none;
}
.top {
  position: absolute;
  top: 22px;
  right: 3px;
  width: 100px;
  height: 15px;
  text-align: right;
}
