#remortdialog .remortbutton_yes {
    width: 99px;
    height: 16px;
    background: url(../img/1/newBigSpriteSheet.png) no-repeat -236px -1322px;
    border-width: 0px;
    cursor: pointer;
}

#remortdialog .remortbutton_yes:hover {
  background: url(../img/1/newBigSpriteSheet.png) no-repeat -335px -1322px;
}

#remortdialog .remortbutton_no {
    width: 99px;
    height: 16px;
    background: url(../img/1/newBigSpriteSheet.png) no-repeat -236px -1338px;
    border-width: 0px;
    cursor: pointer;
}

#remortdialog .remortbutton_no:hover {
  background-position: -335px -1338px;
}



#remortdialog .remort_list {
    margin-top: 12px;
    margin-left: 26px;
    width: 236px;
    height: 100px;
}

#remortdialog .remort_top {
    width: 236px;
    height: 39px;
    background: url(../img/1/newBigSpriteSheet.png) no-repeat 0px -1315px;
}

#remortdialog .remort_top_text {
    	font-family: "AdvoCut";
    	font-weight: normal;
    	color: #55271c;
    	margin-top: 1%;
      font-size: 9px;
      text-align: left;
      padding-left: 5px;
      padding-right: 0px;
      width: 227px;
      line-height: 12px;
      text-indent: 8px;
}

#remortdialog .attributes {
    	font-family: "AdvoCut";
    	font-size: 9px;
    	font-weight: normal;
    	color: #55271c;
    	text-align: left;
    	margin-top: 1%;
      line-height: 12px;
      text-indent: 8px;
      width: 100px;

}

#remortdialog .toned {
      height: 12px;
      border-radius: 10px 10px 10px 10px;
      background-color: #c19a7a;
}
#remortdialog .untoned {
      height: 14px;

}
