/* custom stuff */
html {
  height: 100%;
  margin-bottom: 1px;
  font-family:Tahoma ;
  margin: 6px;
  color:#036;
}

form {
  margin: 0;
  padding: 0;
}

div.message {
color: red; 
font-size: 14px; 
text-align: center; 
line-height: 140%;}


body {
        margin: 0px 0px 0px 0px;
        height: 100%;
        font-size: 12px;
        background: #fff url(bub_bg_top.png) repeat-x;
}

a:link, a:visited {
        color: #369;
        text-decoration: none;
        font-weight: bold;
}

a:hover {
        color: #FFA500;
        text-decoration: none;
        font-weight: bold;
}

p {
  margin-top: 0;
  margin-bottom: 2px;
}


fieldset {
        border: 1px solid #d2d8de;
}

.td {vertical-align:top;}





