/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1b21c414-25cb-43a4-be0e-0ad7ea219933) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8af60903-e08b-4917-b080-f9bea43c8889) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cc0089f8-60bf-4a49-b6d7-9be1a54f691d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b750477a-99a0-4e45-971a-0bb1c68d0537) 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 {
}
