.teste01{
	position: absolute;
	top: 45px;
	left: 20px;
	width: 100px;
	height: 100px;
	border : thin dotted Red;
	font-family : Verdana;
	font-size : 12px;
}
.teste02{
	position: absolute;
	top: 44px;
	left: 150px;
	width: 100px;
	height: 100px;	
	border : thin dotted Blue;
	font-family : Verdana;
	font-size : 12px;
}

.teste03{
	position: absolute;
	top: 45px;
	left: 280px;
	width: 100px;
	height: 100px;	
	border : thin dotted #006400;
	font-family : Verdana;
	font-size : 12px;
}
body{
	background-color : #CCCCCC;
}