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

#nilaisebenar {
	width: 370px;
	margin-right: auto;
	margin-left: auto;
	color: #09F;
	border: 1px solid #09F;
	background-color: #CCF4FF;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
#jumlahsemua {
	font-size: 14px;
	color: #003;
}


/* Grafik Popup */


#mainPopup {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

#upperPopup a{
	background-image: url(http://grafik.my/inventory/extra/upperPopup.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 333px;
	width: 350px;
	display: block;
	text-indent: -9999px;
}
#upperPopup a:hover {
	background-position: -350px 0px;
}
#middlePopup {
	background-image: url(http://grafik.my/inventory/extra/onlineform_02.png);
	height: 44px;
	background-repeat: no-repeat;
}
#lowerPopup {
	background-image: url(http://grafik.my/inventory/extra/onlineform_03.png);
	height: 123px;
	background-repeat: no-repeat;
}
#lowerPopup input {
	margin-top: 10px;
}
#lowerPopup input[name="fname"] {
	background-image: url(http://grafik.my/inventory/extra/tagNama.png);
	height: 17px;
	width: 304px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
#lowerPopup input[name="email"] {
	background-image: url(http://grafik.my/inventory/extra/tagEmail.png);
	height: 17px;
	width: 304px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
#lowerPopup input[type="submit"] {
	background-image: url(http://grafik.my/inventory/extra/submit.png);
	height: 25px;
	width: 118px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lowerPopup input[type="submit"]:hover {
	background-position: -118px 0px;
	cursor: pointer;
}