/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7359f3f5-3c06-4685-8123-1091005e6d2e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-24573812-57c0-4ae6-a1a6-4ae0b97496b0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5b65ae2a-1525-4515-bf8c-a2bf2b52fc21) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3d1e73a4-b055-4a77-b6cf-699d6fe31103) 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 {
}
