/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-676543bb-f794-4484-a128-a46841621b42) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0f8e12e4-b0d8-49d8-b19d-3827647d7a8c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-789e0234-4ce7-4101-a180-81890f65ec68) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-61f415ca-2c47-4e5f-a767-3ff850a4c2c7) 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 {
}
