@charset "utf-8";
/* CSS Document */

.input,textarea {
	border: 1px solid #888888;
	background:#555555;
	padding: 2px;
	font: 10px Tahoma;
	font-weight: bold;
	color: #888888;
}
.input:focus, input:hover, textarea:focus, textarea:hover {
	border: 1px solid #666666;
	background:#444444;
	padding: 2px;
	font: 10px Tahoma;
	font-weight: bold;
	color: #111111;
}
.button {
	border: 1px solid #888888;
	background: #555555;
	padding: 2px;
	font: 10px Tahoma;
	font-weight: bold;
	color: #888888;
}
.button:hover {
	border: 1px solid #666666;
	background: #444444;
	padding: 2px;
	font: 10px Tahoma;
	font-weight: bold;
	color: #222222;
}

