body {

scrolling:no;

}
a td.a {
  font-size: 12px;
  color:#333;
  font-color:#333;
  text-color:#333;
  color:#333;
  text-decoration: none;
}

body {
  background: #fff;
  font-family: arial,sans-serif;
  font-size: 14px;

}

input {
  font-size: medium;
  background:#ddd;
}


.buy input {
  font-size: small;
  background:#ddd;
}

textarea {
  font-size: medium;
  background: #fff;
}

textarea:hover {
  background: #eee;
}

.buy select {
    font-size: small;
    background: #ddd;
}

select {
font-size: medium;
    background: #ddd;
}



input:hover {
    background: #eee;
}
button {
    border: 1px solid #000;
    background: #ddd;
}
button:hover {
    border: 1px solid #000;
    background: #eee;
}

label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }