html, body {
 background-color: rgb(72,156,224);
}
#bd,#ft {
 background-color: #fff;
}
#bd {
   padding: 15px;
}
#ft {
 padding: 30px 20px 10px 20px;
 font-size: 0.8em;
 color: #999;
}
#ft a {
 color: #4573b3;
 text-decoration: none;
}
/*
#hd {
 background-color: #adc6e6;
 padding: 10px 5px;
 margin-bottom: 15px;
 color: #69C;
 text-align: right;
 font-size: small;
}
#hd a {
 text-decoration: none;
 color: #69c;
}
*/
#search {
 display: inline;
}
#username, #password {
 border-width: 0;
 background-color: #fff;
 color: #000;
 padding: 5px 3px;
 vertical-align: middle;
}
.watermarkPluginCustomClass{
    padding: 0;
    vertical-align: middle;
    border-width: 0;
    font-size: 1.4em;
    color: #ccc;
}
#service {
    font-size: xx-small;
    margin-right: 5.5em;
}
#remember {
    border-width: 0;
}
.web2text {
 color: #6ac542;
 font-size: 3em;
}
#about {
 font-size: 1.4em;
}
#langmenu {
 float:right;
 padding-right: 20px;
}
#langmenu a {
 display: none;
 text-decoration: none;
 color: #69c;
}

/* Flat, rounded buttons for use with jquery.corners plugin */
a.rounded, .button
{
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */
}
a.rounded, .button {
  color: #000;
  background-color: #4573b3;
  padding: 4px 7px;
}
a.rounded:hover, .button:hover {
  background-color: #255393;
}

