.button {
border: solid 1px #FFFFFF;
background-color: gray;
color: #FFFFFF;
font-weight:small;
font-family: verdana,arial;
}
select {
color: rgb(40,40,40);
background-color: rgb(240,240,240);
font-weight: small;
font-size: 11px;
font-family: verdana,arial;
}
input, textarea {
color: rgb(40,40,40);
font-weight: small;
background-color: rgb(240,240,240);
border-color: black;
font-size: 11px;
font-family: verdana,arial;
border: #FFFFFF outset 1;
scrollbar-face-color: rgb(140,140,140);
scrollbar-arrow-color: #FFFFFF;
scrollbar-highlight-color: rgb(200,200,200);
}