/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-35f38d67-ce68-436f-94d4-9bad13772b28) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a16a08c9-14b2-471d-9e58-3563b8b89545) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3b8f88d6-6741-44ef-a38b-690efaebf5ea) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-feeea75a-db6b-4fc2-8bcf-33b5206f76fd) 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 {
}
