table {
	float: left;
	margin-left: 120px; 
	margin-right: 1px; 
	width: 390px;
}
td {
	border-bottom: 1px solid #CCCCCC;
}
img {
	border: 0px;	
	overflow: auto;
}
form {
	text-align: center;
	}
/*float left*/
.left
{
        float: left; /*left in our text*/
        margin: 3px; /*space around the image*/
}

/*float right*/
.right
{
         float: right; /*right in our text*/
         margin: 3px; /*space around the image*/
}
