/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a75bec5a-b55c-4e18-9776-e515b9fac3ff) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4e48ec33-6655-4092-9f44-8ec98c77579c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7d68fcb9-1e16-49fb-99b5-d4bc02d1108b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-14e0a505-f1c8-4248-be06-159bb0ea6177) 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 {
}
