/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-82c1b5e7-2f58-4909-b48c-494ece709022) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-826469bc-b2d8-4f4d-a9f0-eb1d0891b305) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a5983e40-9623-421e-afab-20b0ac44706b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8d066f08-0e0c-4772-ad6d-77887f93e031) 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 {
}
