

.button {
display: block;
height:10px;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
text-decoration: none;
color: #ffffff;
width:80px;
padding: 10px;
}
.button:hover {
font-family: Verdana;
font-weight: bold;
font-size: 12px;
text-decoration: none;
color: #000000;
background-color: #ffffff;
}
.button:active {
font-family: Verdana;
font-weight: bold;
font-size: 12px;
text-decoration: none;
color: #ffffff;
background-color: #cccccc;
}



a:link,a:active,a:visited,a.postlink{color:#ffffff;text-decoration:none}
a:hover{color:#000000;text-decoration:none}


input {background:#cccccc;color:#000000;font-size:12px;border-color:#ffffff ; border-style:groove;border-width:1px; }
input.but {width:150px;background:#cccccc;color:#000000;font-size:12px;border-color:#ffffff ; border-style:groove;border-width:1px; }

select {background:#cccccc;color:#000000;font-size:12px;border-color:#ffffff ; border-style:groove;border-width:1px; }
textarea {background:#cccccc;color:#000000;font-size:12px;border-color:#ffffff ; border-style:groove;border-width:1px; }



.copy{background:#cc3300;color:#000000;font-size:10px}

