/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e24458f9-0024-4064-840e-033e4845ae9e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-89d6db5e-1cef-4fa0-8ebc-3d438e8150bc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-933827b1-14b0-420b-82ec-b463778aff2a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c112b636-5985-4718-a667-fb355f1923e1) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
