#calculator{
	width:250px;
	position: relative;
	border:#8e8e8e 1px solid;
	padding:8px;
	text-transform: capitalize;
	background-color:#8e8e8e;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left:auto;
	margin-right:auto;
	*margin: 0px 0px 0px 16px;

	



	

}
.calculator{
	width: 96%;
	background:transparent url(../images/calc/bg_calc.png) repeat-x center center;
	border:#c2c2c2 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding:2%;
	*margin: 0px 0px 0px 10px;





}
.layar{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color:#003458;	
}
form{
	margin:0;
	padding:0;
}
fieldset{
	border:none;
	border-top:2px solid #fff;
}
legend{
	margin-bottom:5px;
	padding:0 8px 0 8px;
	background:transparent;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-transform:capitalize;
}
.layarHitung{
	width:220px;
	border-top:2px solid #4d4d4c;
	border-left:2px solid #4d4d4c;
	border-bottom:2px solid #afafb0;
	border-right:2px solid #afafb0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:1px;
	color:#333;
	text-align:right;
	font-size:16px;
	background-color:#f0ffd5;
	padding:2px 4px;
}
.layarHitung:focus{
	background-color:#daeeb8;	
}
.click{
	width:40px;
	height:40px;
	font-size:16px;	
	margin:4px;
	cursor:pointer;
	background:transparent url(../images/calc/bg_button.png) repeat-x center center;
	font-weight:bold;
	color:#FFF;
}
.border{
	width:100%;
	border:#fff 1px solid;
	margin-bottom:8px;	
}
.clear{
	clear:both;	
}