.linebelow {
border-bottom: 1px dotted #008B00;
margin-top: 4px;
margin-bottom: 12px;
}




.input {
    border: 1px solid #006633;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
.button {
    border: 1px solid #006633;
    background: #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}

