.post, .entrytext {
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 0;
    /* text-align: justify; */
    border-bottom: 0;
    vertical-align:top;
    clear:both;
}
.title {
    font-size:18px;
    font-weight:bold;
}
img { 
    vertical-align: middle; 
    /* border: 1px solid #999999; */     
    }

.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

TABLE.wishlist{
    padding: 5px;
    width: 507px;
    float: left;
    overflow:hidden;
    border: 1px solid #cad5e9;
    margin-left: auto;
    margin-right: auto;
    margin-top:5px;
    margin-bottom:5px;
    color: #555555;    
    white-space: nowrap;
}
div.wishlist{
    padding: 5px;
    width: 495px;
    overflow:hidden;
    border: 1px solid #cad5e9;
    margin-left: auto;
    margin-right: auto;
    margin-top:5px;
    margin-bottom:5px;
    color: #555555;    
    white-space: nowrap;
}
div.descHead {  
    font-size: 18px;
    font-weight:bold;
    font-family:'Comic Sans MS','Times New Roman','sans-serif';
    text-align: left;
    float:right;
    background:#EFEFEF;
    width:300px;
    height: 28px;
    margin:5px;
    padding:5px;
}
div.desc {
    font-size: 15px;
    font-family:'Comic Sans MS','Times New Roman','sans-serif';
    text-align: left;
    float:right;
    width:300px;
    margin:5px;
    padding:5px;
    overflow:auto;
    white-space:normal;
    height:75px;
}
.checker {
    float:right;  
}

input{
    vertical-align:bottom;
    float:right;
    margin:0px;
}

input.dis {
    border: 1px solid #999999;
    background: #F0F0F0;   
    color:#666666;
    font-size:10px;
}