
.mainclass
{
    background-color: #C24F47;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
}

.cellsl
{
	text-align: left
}

.txtbox
{
	height:25px;
	width:300px;
	font-size: 20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:solid 1px black;
	padding:5px;
}

.buttons
{
	height:35px;
	width:300px;
	font-size: 30px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px black;
	padding:5px;
}
.buttons2
{
	height:33px;
	width:80px;
	font-size: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px black;
	padding:5px;
}