body {
  font: 10px verdana; 
  background-color: #000000;
  scrollbar-face-color: #FF9A35; 
  scrollbar-shadow-color: #FF9A35; 
  scrollbar-highlight-color: #FF9A35; 
  scrollbar-3dlight-color: #FF9A35; 
  scrollbar-darkshadow-color: #FF9A35; 
  scrollbar-track-color: #FFCA95; 
  scrollbar-arrow-color: #0080FF;
}
.crew {
  width: 280px;
  color:#F7941D;
  background:#525252;
  border: 1px solid #F7941D;
}
td {
  font: 10px verdana;
  color: #FFFFFF;
}
.textbox {
  font: 8pt verdana; 
  color:#FFFFFF; 
  background:#F1F1F1; 
  border: #686A90; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
}
.buttonbox {
  font: 8pt verdana; 
  color: #000000; 
  background: #C0C0C0; 
  border-color: #808080; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px; 
  cursor:hand;
}
textarea {
  font: 8pt verdana; 
  color: #000000; 
  background: #96A096; 
  border-style: ridge; 
}
input {
  font: 8pt verdana; 
  color: #000000;
}
input.field {
  border-style: ridge; 
  width: 170px; 
  background: #96A096;
}
input.button {
  border-style: outset;
  width: 230px; 
  cursor: hand; 
  background: #96A096;
}
a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:active { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: underline; }

a.nav:link, a.nav:visited {
	vertical-align: middle;
	font: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	height: 14px;
}
a.nav:hover {
	vertical-align: middle;
	font: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #481050;
	text-decoration: none;
	height: 14px;
}
.iframe {
        font: tahoma;
	font-size: 13px;
}
.konten {
	padding: 5px;
	border: 1px solid #cccccc;
	width: 500px;
}	
