/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5e81af41-2607-4647-9252-496246101ca3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5d87ee1f-b236-464a-9dff-8caad6fcd3fc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f91a47a9-b04a-4c04-b41d-eb22d5793b55) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e54d7067-c2fd-4439-a9c9-f72a943e33a3) 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 {
}
