.image-attach-body, .image-attach-teaser {
  float: right;
  margin-left: 1em;
	
	padding:4px;
  border:1px solid black;
  background-color:white;
  
  clear:right;
}

.image-attach-teaser{
  padding:2px;
}

.image-attach-body img, .image-attach-teaser img {
  vertical-align:bottom; /* remove extra space under the image */
}

.node {
/*  clear: both; */
/*	clear:none; */
}