/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5e07702f-7542-4790-b9ae-16baa4b6979a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f7fc68a4-90ba-4c32-9f0c-efc69487eac1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2ac7ccd5-575a-4235-b707-057d253696bd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-27370e76-7df1-4197-bc29-82dd37158e36) 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 {
}
