


table {
margin-left: auto;
margin-right: auto;
    width: 350px;

}

input {
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
    border: 1px solid #4c9935;
    background: #eaf7e7;
}
.button {
    font-family: Comic Sans MS;
    font-weight: bold;
    width : 70px;
    border: none;
    background: url('../images/lg_bt.jpg') no-repeat top left;
    padding: 2px 8px;
}
.button:hover {
    border: none;
    background: url('../images/lg_bt2.jpg') no-repeat top left;
    padding: 2px 8px;
}

br { clear: left; }
