/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-943a4ec6-25b4-4c51-8830-8f0abe2c4f25) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b0f11fa2-7f08-4b51-a504-5a711efaff61) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8f553198-7bb6-467f-9291-bdae2b5474c4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-71fe36de-e7cd-4e5a-911f-2d57e452e6bd) 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 {
}
