/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-173334cb-fbbf-4373-b854-cb38b1fb0920) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2f4f039a-02ae-4b89-a6f1-732102da97ed) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dcae9496-51af-42a3-bb72-6e8eb8adfade) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a326c5a0-29c0-484e-9841-ec7c95614ead) 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 {
}
