.tabel {
	width: 300px;
	clear: both;
	height: auto;
}
.row1 {
	height: 25px;
	width: 200px;
	float: left;
}
.row2 {
	width: 50px;
	float: left;
	text-align: center;
	clear: right;
}
.row3 {
	clear: both;
	float: left
	height: 20px;
	width: 100px;
}
