
.aeroBorder {
  margin: 5px;
  padding: 5px;
  border: 1px solid #000;
  background: #FFF;
}

.aeroBorder-outer {
  margin: 5px;
}

.aeroTop {
  height: 21px;
  margin: 0 0 0 22px;
  background: url('/needitnow/images/box.png') no-repeat 100% 0;
}

.aeroTop div {
  position: relative;
  left: -22px;
  width: 22px;
  height: 21px;
  background: url('/needitnow/images/box.png') no-repeat 0 0;
  font-size: 0;
  line-height: 0;
}

.aeroBottom {
  height: 27px;
  margin: 0 0 0 24px;
  background: url('/needitnow/images/box.png') no-repeat 100% 100%;
}

.aeroBottom div {
  position: relative;
  left: -24px;
  width: 24px;
  height: 27px;
  background: url('/needitnow/images/box.png') no-repeat 0 100%;
  font-size: 0;
  line-height: 0;
}

.aeroLeft {
  padding: 0 0 0 18px;
  background: url('/needitnow/images/borders.png') repeat-y 0 0;
}

.aeroRight {
  padding: 0 18px 0 0;
  background: url('/needitnow/images/borders.png') repeat-y 100% 0;
}

.aeroContent {
  display: block;
  margin: 0;
  padding: 1px 10px;
  background: #FFF;
}

.aeroContent:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.aeroContent {
  display: inline-block;
}

.aeroContent {
  display: block;
}

