#wrap{
	width:100%;
	margin-right:auto;
	margin-left:auto; 
	border:none; 
}

body{
	margin:0px auto 0px;
	padding:3px;
	font-family:"bookman old style";
	font-size:12px;
	color:#333;
	width:100%;
	background-position:top;
	background-color: #696969;
}
#header{
	height:90px;
	width:100%;
	overflow:hidden;
	margin:0px;
	padding:0px; 
	border-bottom:5px solid Darkslategray;
}

.table-main {
	clear: both;
	text-align: left;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	background: #696969;
	border:none;
	width:100%;
}
.table-main td {	
	color: #333;
	border-collapse: collapse;
	vertical-align: center;
	padding: 0px;
	border:none;
}
.table-main ul{ padding:0px; margin:0px 5px; width:100%;}
.table-main li{ padding:0px; margin:0px 0px 5px 0px;}
.table-main li a{ padding:5px; margin:0px 0px 0px 0px; color:#fff; 
	font-size:13px; 
	font-weight:bold; 
	text-decoration:none;
	display: block; 
	background:url(../images/Buttun_Normal.gif) repeat-x;}
.table-main li a:hover{color:#000000;}
.table-common {
	clear: both;
	text-align: left;
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
	background:#fff;	
}
.table-common th {
	color: #333; font-size: 14px; 
	font-weight: 700; 
	margin: 2px 2px 2px 2px; 
	padding: 5px 5px; 
	background: url(../images/Background_td.gif) repeat-x top #fff; 
	border-bottom: 1px solid #CCC; 
	border-top: 2px solid #666666;
}
.table-common td {
	color: #333;
	font-size:12px;
	border-color: #fff;
	border-collapse: collapse;
	vertical-align: center;
	padding: 3px 5px;
	border-bottom:0px #CCCCCC solid;
}
.table-list {
	clear: both;
	text-align: left;
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
	background:#fff;	
}
.table-list th {
	color: #333; font-size: 14px; 
	font-weight: 700; 
	margin: 2px 2px 2px 2px; 
	padding: 5px 5px; 
	background: url(../images/head_white.jpg) repeat-x top #fff; 
	border-bottom: 1px solid #CCC; 	
	border-top: 2px solid #FF9900;
}
.table-list tr {}

.table-list td {
	color: #333;
	font-size:12px;
	border-color: #fff;
	border-collapse: collapse;
	vertical-align: center;
	padding: 3px 5px;
	border-bottom:1px #999999 solid;
}

.table-print {
	clear: both;
	text-align: left;
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
	background:#fff;	
}
.table-print tr {}

.table-print td {
	color: #333;
	font-size:12px;
	border-color: #fff;
	border-collapse: collapse;
	vertical-align: center;
	padding: 3px 5px;
}

.table-user {
	clear: both;
	text-align: left;
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
	background:#fff;	
}

.table-user th {
	color: #333; 
	font-size: 14px; 
	font-weight: 700; 
	margin: 2px 2px 2px 2px; 
	padding: 5px 5px; 
	background: url(../images/Background_td2.gif) repeat-x top #fff; 
	border-bottom: 1px solid #CCC; 
	border-top: 2px solid #FF9900;
}

.table-user td {
	color: #333;
	font-size:12px;
	border-color: #fff;
	border-collapse: collapse;
	vertical-align: center;
	padding: 3px 5px;
	border-bottom:1px #CCCCCC solid;
}
.table-main textarea:focus{background:#E8E8E8;}
.table-main input:focus{background:#E8E8E8;}
.table-main select:focus{background:#E8E8E8;}

.selKecil {
	color: #333;
	font-size:12px;
	border-color: #fff;
	border-collapse: collapse;
	vertical-align: center;
	padding: 3px 5px;
	border-bottom:1px #CCCCCC solid;
}

input.angkaC {
	text-align:center;
}
input.angkaL {
	text-align:left;
}
input.angkaR {
	text-align:right;
}

.footer{
	height:20px;
	width:100%;
	overflow:hidden;
	margin:0px;
	padding:0px; 
	border-top:none;
}

.mssgBox { 
	margin-bottom:10px;
	margin-right:5px;
	margin-left:0px;
	padding:0px;
	float:left;
	font-size:12px;
}

.imgBox { 
	margin-bottom:0px;
	margin-right:5px;
	margin-left:0px;
	padding:0px;
	float:left;
	font-size:12px;
}

.tombol2 {
 -moz-box-shadow:inset -21px 14px 15px -20px #f9eca0;
 -webkit-box-shadow:inset -21px 14px 15px -20px #f9eca0;
 box-shadow:inset -21px 14px 15px -20px #f9eca0;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d6bfde), color-stop(1, #409ba1) );
 background:-moz-linear-gradient( center top, #d6bfde 5%, #409ba1 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6bfde', endColorstr='#409ba1');
 background-color:#d6bfde;
 -moz-border-radius:27px;
 -webkit-border-radius:27px;
 border-radius:27px;
 display:inline-block;
 color:#262120;
 font-family:Arial Black;
 font-size:14px;
 font-weight:bold;
 padding:3px 27px;
 text-decoration:none;
}.tombol2:hover {