﻿#bodyImgWrapper
{
    position: relative;
    display:inline-block;    
}

.x-marker
{
    position:absolute;
    width:23px;
}

#resetArea > a > span
{
    background-position: left center;
    background-image: url('remove.png');
    background-repeat: no-repeat;
    padding-left:20px;
    cursor:pointer;
    color: red;
}
      
#resetArea
{
    text-align: center;
    padding-bottom: 20px;
}
    