html { overflow: auto; }

body {
  margin: 5px;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #7AADB0;
  letter-spacing: 1px;
  }

hr {
  border: 0;
  border-top: 1px solid #A55C91;
  }

img {
  border: 0;
  }

input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #AA87AD;
  border: 1px dashed #AA87AD;
  background-color: #fff;
  }

.pointer {
  cursor: pointer;
  }


/* Links setting */
a:link, a:active, a:visited {
  color: #9580A6;
  text-decoration: none;
  }

a:hover {
  color: #844A76;
  text-decoration: none;
  }
/* Links setting */


/* Layout setting */
#iwater_main {
  position: absolute;
  width: 330px;
  left: 50%;
  margin-left: -165px; /* -1/2寬度 */
  }

#iwater_left {
  width: 220px;
  float: left;
  padding-left: 5px;
  text-align: center;
  border: none #7AADB0;
  }
  #iwater_left a:link, a:active, a:visited {
  color: #7AADB0;
  text-decoration: none;
  }
  #iwater_left a:hover {
  color: #000;
  text-decoration: none;
  }

#iwater_right {
  width: 100px;
  float: right;
  }
/* Layout setting */