.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

.text_small {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.textarea {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	border: 1px solid #666666;
	font-weight: bold;
}
.button {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CC0033;
	font-weight: bold;
	background-color: #CCCCCC;
}
.text_error {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF3300;
	font-weight: bold;
}

