﻿.jcrop-holder
{
    text-align: left;
}
.jcrop-vline, .jcrop-hline
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: white url(Jcrop.gif) repeat scroll left top;
    font-size: 0;
    position: absolute;
}
.jcrop-vline
{
    height: 100%;
    width: 1px !important;
}
.jcrop-hline
{
    height: 1px !important;
    width: 100%;
}
.jcrop-handle
{
    background-color: #333333;
    border: 1px solid #EEEEEE;
    font-size: 1px;
    height: 7px !important;
    width: 7px !important;
}
.jcrop-tracker
{
    height: 100%;
    width: 100%;
}
.custom .jcrop-vline, .custom .jcrop-hline
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: yellow none repeat scroll 0 0;
}
.custom .jcrop-handle
{
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    background-color: #C7BB00;
    border-color: black;
}

