 



.setup-container {
  background: #eee5de none repeat scroll 0 0;
  border: 3px solid #ac9899;
  margin-top: 30px;
  padding: 0 0 40px;
  width: 360px;
}

.setup-container .base-color .set-color .colorpick {
  margin-left: 290px;
  margin-top: -100px;
  position: absolute;
}

.setup-container .base-color .set-color > div {
	  margin-bottom: 20px;
  margin-top: 20px;
	
}

.setup-container .base-color .set-color input {
 
}

.setup-container .base-color .set-color span.color1 {
 
}

.setup-container .base-color .download-color a {
  color: blue;
  display: block;
  font-weight: bold;
  margin-top: 15px;
  text-decoration: none;
}

.setup-container .base-color .download-color > div {
	margin-bottom: 6px;
  margin-top: 6px;
}

.setup-container .base-color .download-color a:hover {
 background: steelblue none repeat scroll 0 0;
}

.setup-container .base-keys .set-keys > div {
		margin-bottom: 10px;
  margin-top: 10px;
}

.setup-container .base-keys .set-keys a {
  color: blue;
  display: block;
  font-weight: bold;
  margin-top: 15px;
  text-decoration: none;
}

.setup-container .base-keys .set-keys a:hover {
 background: steelblue none repeat scroll 0 0;
}

.setup-container .others a  {
		  color: green;
  font-weight: bold;
  
  text-decoration: none;
}

.setup-container .others a:hover {
 background: steelblue none repeat scroll 0 0;
}

.setup-container .others {
   
  margin-bottom: 10px;
  margin-top: 10px;
}

.setup-container input.generate {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 6px;
}

.setup-container input.clear {
  font-weight: bold;
  padding: 6px;
  cursor:pointer;
}