/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d32173dd-fec3-4835-b1a4-55e1043cc302) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf99cebd-aacb-45b4-8c4b-64bd2a0cd75e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a2bff494-560d-4de2-a935-95770165b019) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-da81879b-f758-4b0b-928a-a5ecbe661c7e) 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 {
}
