/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-91fa1812-2339-4444-848c-5a9f5498b9a9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e3e0bf4b-8b68-4be7-b9ac-dbf4dc445247) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a0e7a5da-3f5a-4000-98dc-1760c3fc0492) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3bd8a02d-1a49-433b-b00c-1feb5235cd1c) 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 {
}
