/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1feaa782-0cfc-4e6f-a705-1e988ee38e02) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4617053c-e11d-4f99-a2e9-51efdcc18f0b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-18c9ca63-5579-4108-9a34-61d0be9a7a2a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-723b62af-b175-4708-adf3-b53d19075c6c) 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 {
}
