/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-abb8ce13-eaf0-45b7-986c-af305829f977) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-35128bdf-eb4f-4e6b-878e-5dbfa8e58b7d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-88b6e7d2-7f40-49a0-9a69-b59ea5a06106) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a706c19b-f32c-4eb0-8dcd-2faf153f740c) 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 {
}
