/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-78cebd0f-0f21-4493-a0d7-7ea2e0a6a328) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ed0acab9-23c5-49ac-9696-1a774ebc1637) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f73fbf81-32a1-4f23-b80f-e461a8fa5532) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c8e42255-1439-4323-9b48-a3a256bcf61c) 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 {
}
