.usual ul {
	margin: 0;
	padding: 0;
	margin-left: 2px;
	font-family:verdana,tahoma,sans-serif;
}

.usual li { 
	list-style:none; 
	float:left; 
	margin: 0;
	padding: 0;
}
.usual ul a {
	display: block;
  	padding: 8px;
  	text-decoration: none !important;
  	margin: 1px;
  	margin-left: 0;
  	font-size: 12px;
  	color: #ffffff;
  	background: #444444;
}
.usual ul a:hover {
  	color: #ffffff;
  	background: #111111;
}
.usual ul a.selected {
  	margin-bottom: 0;
  	color: #ffffff;
  	background: snow;
  	cursor: default;
  	background: #22201D;
}
.usual div {
  	clear:left;
}
.usual div a { 
	color:#ffffff;
}

#content {
	text-align: left;
}

.copy-button {
    display: block;
	text-align:center; 
	margin-top: 1px;
	margin-bottom: 10px;
	width: 250px;
	padding: 5px; 
	background-color: #22201D;
	border-bottom: 1px solid #111111;
	color: #ffffff;
}
.copy-button.hover { 
	background-color:#444444;
}
.copy-button.active { 
	background-color:#444444; 
}

.copyresult {
	display: none;
	font-weight: blod;
	color: red;
}
