/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-48e6671d-8c5a-4e64-adb9-d8efd053e801) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-67847c41-5875-4efb-87bc-3d4bd9b2ff59) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-05a37003-adb5-44a5-810c-217c75917163) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a7583904-134c-4c1d-b547-e66bbb10b637) 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 {
}
