/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bef1e16e-cb73-4047-88c0-ad17b123b010) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8973e1b5-a5ed-44c0-9b6c-58ad46d8d061) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f71460bb-976f-4cf9-a650-a5d5373661fa) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ae3e888f-5c4d-4074-b709-15c46361dc4b) 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 {
}
