body {
	background: #999;
	margin: 0px;
	padding: 3px; 
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

textarea {
  background: #dFd;
  border: 2px solid #474747;
  padding: 8px;
  margin: 5px;
  font-size: 12px;
  align: left;
	border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 15px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
  outline: none;
  cursor: text;
}

.select a, .select a:hover {
  background-image: url("clipboard.png") !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
	color: #445 !important;
  padding-right: 20px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  line-height: 20px !important;
  font-size: 12px !important;
  font-family: arial !important;
}

.select a:hover {color: #1F388F !important;}

