/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5bb9c612-4027-4da8-aa4d-f0784be1b56f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e901bf68-730a-4309-b951-add71df52786) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c49da353-7e29-41d0-a36e-a41c2702436b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-22f1a442-7200-41dc-80a4-3b02859ce199) 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 {
}
