body { text-align: center; }

#draggable {
position: absolute;
margin-left: auto;
margin-right: auto;
top: 200px;
left: 1px;
width: 172px;
height: 248px;
background-image: url(images/Calculator.png);
z-index: 200;
display: none;
	    }
	
.close_calc{
position: relative;
float: right;
right: -5px;
top: -10px;
cursor: pointer;
width: 24px;
height: 24px;
}	
	
	
	    
.result{
position: relative;
float: left;
margin-left: 17px;
margin-top: -13px;
text-align: right;
font-size: 20pt;
font-weight: bold;
width: 139px;
height: 30px;
font-family: arial;
cursor: move;
	      }

.memory_button_frame{
position: relative;
float: left;
left: 15px;
width: 112px;

top: 7px;

}

.memory_button{
position: relative;
float: left;
margin: 0pt;
padding: 0pt;
width: 28px;
height: 25px;
cursor: pointer;
}


.number_button_frame{
position: relative;
float: left;
margin-left: 16px;
width: 114px;
height: 150px;
margin-top: 10px;
}
.digits{
position: relative;
float: left;
margin: 0pt;
padding: 0pt;
width: 38px;
height: 38px;
cursor: pointer;
}


.action_button_frame{
position: relative;
float: left;
margin-right: 16px;
width: 26px;
height: 175px;
margin-top: -17px;
}

.action_button{
position: relative;
float: left;
margin: 0pt;
padding: 0pt;
width: 26px;
height: 25px;
margin-top: 4px;
cursor: pointer;
}

