/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f6a92106-1cc6-40bb-af26-a7a7e4b24600) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3f95de1e-3bd1-491c-9077-46bdaa89d25c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6e9eb6c7-52c2-4655-8a21-c4a38376378c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-02a95512-19e1-4c2d-9939-1eabc17eae1d) 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 {
}
