""
""
input, select, textarea {
border : 1px solid #B8860B;
border-bottom : 1px solid #F5F5DC;
border-right : 1px solid #F5F5DC;
font-size : x-small;
background : #FFF8DC;
}
.button {
margin : 1px;
font-weight : bold;
border : thin solid #FFEBCD;
border-right : thin solid #DAA520;
border-bottom : thin solid #DAA520;
color : #663300;
background : #FFE4C4;
}
a {color:blue;text-decoration:underline;}
a:hover {
color: red;
background: yellow;
text-decoration: underline;
}
a:active {
color: red;
}
table.border { border:1px solid #ECE9D8; border-collapse:collapse;}
.error {color:red; background-color:yellow;}
.test {background-color:red; }