
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, img, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0px;
	border-color: white;
	vertical-align: middle;
        letter-spacing: 0px;
	}

body {
	line-height: 1;
}


.ifmdata
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border: none;

}

input.angka
{
	text-align:right;
	background-color:green;
}


Table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}


@media screen {

	.formborder {
	    border: 1px solid lightslategray;
	}

	.formborder td {
	    padding: 1px 2px 1px 2px;
	}

	#printTable {
	}


	#printTable th {
	    border: 1px solid black;
	    font-size: 0.8em;
	    text-align: center;
	    padding-top: 3px;
	    padding-bottom: 1px;
	    color: black;
	}

	#judulform1 {
	    border: none;
	    font-size: 1.1em;
	    text-align: center;
	    padding-top: 6px;
	    padding-bottom: 4px;
	}

	#judulform2 {
	    border: none;
	    font-size: 0.9em;
	    text-align: center;
	    padding-top: 6px;
	    padding-bottom: 4px;
	}

	#printTable td {
	    font-size: 0.7em;
	    border: 1px solid lightslategray;
	    padding: 4px 5px 2px 5px;
	    height: 100%;
	}

	#printTable tr.alt td {
	    color: #000000;
	    background-color: #EAF2D3;
	}
}

@media print {

	#printTable th {
	    border: 1px solid black;
	    font-size: 0.8em;
	    text-align: center;
	    padding-top: 4px;
	    padding-bottom: 3px;
	    background-color: black;
	    color: black;
	}


	#printTable td {
	    font-size: 0.7em;
	    border: 1px solid black;
	    padding: 2px 3px 1px 3px;
	}


	#printTable tr.alt td {
	    color: #000000;
	    background-color: #EAF2D3;
	}
}

#dbungkus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:rgba(255,235,230,0.8);
	-moz-box-shadow: 5px 5px 30px #000;
	-webkit-box-shadow: 5px 5px 30px #000;
	box-shadow: 5px 5px 30px #000;
	}

