#container
	{
		background-color:#AFEEEE;
		height:450px;
		width:300px;
		border-radius:8px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		border:6px solid green;
		top:100px;
	}
.screen
	{
		background-color:#ffff99;
		width:260px;
		height:60px;
		position:relative;
		
		top:20px;
		left:20px;
		
	}
.screen input
	{
		position:relative;
		left:2px;
		top:2px;
		height:56px;
		width:256px;
		color:black;
		background-color:#e5dfa0;
		font-size:25px;
		text-align:right;
	}
.buttons
	{
		position:relative;
		top:20px;
		left:20px;
	}
.button
	{
		border:none;
		border-radius:7px;
		margin-left:8px;
		width:40px;
		height:30px;
		cursor:pointer;
	}
.button.black
	{
		color:white;
		background-color:black;
		border-bottom:2px solid #647489;
		border-top:2px black;
	}
.button.red
	{
		color:white;
		background-color:red;
		border-bottom:2px solid #647489;
		border-top:2px black;
	}
.button.silver
	{
		color:white;
		background-color:#647489;
		border-bottom:2px solid black;
		border-top:2px black;
	}
p
	{
		line-height:30px;
	}