img.image {
    max-height: 200px;
    max-width: 200px;
    _height: 200px;
    _width: 200px;
}

form {
  width: 450px;
}

.links {
  font-weight: bold;
  margin-bottom: 10px;
}

.content-section .shortlisted-entry {
  float: left;
  height: auto;
  margin-left: 10%;
}

.content-section span {
  display: block;
}

.content-section span.product-description {
  width: 300px;
  float: left;
}

.content-section .shortlisted-entry .image {
    max-width: 400px;
    _width: 400px;
    max-height: 400px;
    _height: 400px;    
}