body
{
	background-color:white;
}
#main
{
	width:300px;
	height:400px;
	background-color:#63B8FF;
	color:white;
	float:center;
	border: 2px #1E90FF ;
	border-radius:20px;
	margin:100px auto;
}

.textbox
{
	width:200px;
	height:25px;
	font-size:15px;
	text-align: center;
	float:center;
	text-align-last:center;
}
