/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8b7f798f-dff0-4755-8d5c-f788e695a2d2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a8eeecab-02d0-4fa9-a61b-a2cd47db9355) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f027e8df-f095-42f2-9d59-a9b81666d2de) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f48a8cbf-c899-4e4b-b4ef-0cfa7099dd4a) 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 {
}
