/* css buttons */
.cssButton, .cssButtonHover {
width : 20em;
background-color: #C6B5AE;
color : #000000;
border: 2px outset #C6B5AE;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: .6em;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 0.3em;
margin:5px;
}

.cssButtonHover {
color: #EEE;
border-style: inset;
text-decoration: none;
}