.TextBox
{
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid; 
	FONT-FAMILY: Tahoma;
	COLOR: Black;
	background-color: #fffff0;
}
OPTION {
	BACKGROUND-COLOR: #fffff0; BORDER-BOTTOM-COLOR: #3c3c3c; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT-COLOR: #3c3c3c; BORDER-LEFT-WIDTH: 1px; BORDER-RIGHT-COLOR: #3c3c3c; BORDER-RIGHT-WIDTH: 1px; BORDER-TOP-COLOR: #3c3c3c; BORDER-TOP-WIDTH: 1px; COLOR: #3c3c3c; FONT-FAMILY: verdana; FONT-SIZE: 11px
}
SELECT {
	BACKGROUND-COLOR: #fffff0; BORDER-BOTTOM-COLOR: #3c3c3c; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT-COLOR: #3c3c3c; BORDER-LEFT-WIDTH: 1px; BORDER-RIGHT-COLOR: #3c3c3c; BORDER-RIGHT-WIDTH: 1px; BORDER-TOP-COLOR: #3c3c3c; BORDER-TOP-WIDTH: 1px; COLOR: #3c3c3c; FONT-FAMILY: verdana; FONT-SIZE: 11px;
	cursor: pointer;
}
.TextArea{
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid; 
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid; 
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana;
	COLOR: Black; 
	WIDTH: 300px;
	background-color: #fffff0;
}
.Tombol {
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-TOP-WIDTH: 1px; 
	COLOR: #604506; 
	FONT-FAMILY: Tahoma; 
	FONT-SIZE: 11px;
	width: 75px;
	height: 25px;
	background-image: url(../images/fade-butt.png);
	background-repeat: repeat-x;
	background-color: transparent;
	cursor:pointer;
	border-top-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
.Tombol100 {
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-TOP-WIDTH: 1px; 
	COLOR: #b8860b; 
	FONT-FAMILY: Tahoma; 
	FONT-SIZE: 11px;
	width: 100px;
	height: 25px;
	background-image: url(../images/fade-butt.png);
	background-repeat: repeat-x;
	background-color: transparent;
	cursor:pointer;
	border-top-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
.Tombol75 {
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-TOP-WIDTH: 1px; 
	COLOR: #b8860b; 
	FONT-FAMILY: Tahoma; 
	FONT-SIZE: 11px;
	width: 75px;
	height: 25px;
	background-image: url(../images/fade-butt.png);
	background-repeat: repeat-x;
	background-color: transparent;
	cursor:pointer;
	border-top-color: #e6e6e6;
	border-left-color: #e6e6e6;
}