.mouseBeOffMe {
	border-top:    5px  solid #000000; 
	border-bottom: 5px  solid #000000; 
	border-left:   6px   solid #000000; 
	border-right:  10px  solid #000000; 
}

.mouseBeOnMe {
	border-top:    1px   solid #000000;
	border-bottom: 9px  solid #000000; 
	border-left:   10px  solid #000000; 
	border-right:  6px   solid #000000;
}

.mouseBeDown {
	border-top:    8px  solid #000000;
	border-bottom: 2px   solid #000000; 
	border-left:   10px  solid #000000; 
	border-right:  6px   solid #000000;
}

.mouseBeUp {
	border-top:    5px  solid #000000;
	border-bottom: 5px  solid #000000; 
	border-left:   10px  solid #000000; 
	border-right:  6px   solid #000000;
}

.cssbtn {
	width:50px;
	margin:0.2em; padding:1px;
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	background:#cdf;
	color:#333;
	border:1px solid black;
	vertical-align:middle;
	white-space:nowrap;
	}
	
.cssbtn[class] {
	width:auto;
	min-width:50px;
	}
	
.cssbtn strong {
	font-weight:bold;
	background:white;
	color:#06c;
	}
	
.cssbtn:hover { background: black; color: white; }
.cssbtn:hover strong { background: #ccc; color: black; }

.btnw3c { background: gold; }
.btnxml { background: #f90; color: black; }
.btnu {background: white; }
	.btnu strong { background: #f00; font-family: "Arial Black", sans-serif; color: white; }
.btnauth { background: #090; color: white; }
	.btnauth strong { color: #090; }
.btnpwr { background: #006; color: white; }
	.btnpwr strong { background: #ccf; color: #006; }
