/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9d1b4a50-0a25-49a1-8737-349d339a784a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7685a391-d601-41d4-82e8-3be7ef93abf3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ddf4db2e-a213-4938-8195-b0dacec7325f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2cb15ef1-6994-4979-8222-cfee7373dd9c) 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 {
}
