/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8cb1e1fc-2893-49bb-8da4-32b6d0848812) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5b5425a4-f109-41b0-8536-cc1d5e3907de) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-794fec21-02b2-4420-b8d2-1f9b0dd2ebfd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-93f192f5-f9aa-473b-91dc-42bf551eb300) 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 {
}
