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

/*------------formhidetxt---------------*/	
.displaytext {
	opacity: 1;
	filter: alpha(opacity = 100);
	border: 1px solid #9c6b41;
	margin-bottom: 6px;
	background-color: #523d30;
	color: white;
	width: 200px;
	height: 20px;
	padding-top:5px;
}

.normaltext{
   opacity: .60; filter: alpha(opacity = 90);
   border: 1px solid #9c6b41;
   color: white; 
	margin-bottom: 6px;
	background-color: #523d30;
	width: 200px;
	height: 20px;
	padding-top:5px;
}

/*-----------------------------------*/	