/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6572151c-a02d-44cc-9882-7e14c0023844) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-35a90f23-f2a9-43c8-b7fa-f01250bc0312) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a630f74c-b30d-4977-b8ac-bda57679ee38) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-88cbb240-2e7d-4019-a60a-adfd9f10a886) 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 {
}
