/* 
    Document   : record
    Created on : 01-Oct-2009, 14:23:24
    Author     : rhysr
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



.dragablerecord {
    background-image:url('/img/circulate.jpg');
    background-repeat:no-repeat;
    background-position:140px 95px;
}

.dragableinpackagerecord {
     background-image:url('/img/circulatepackage.jpg');
     background-repeat:no-repeat;
    background-position:140px 95px;
}


