/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5416c717-06b0-4af3-8075-dc7183b99415) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f90e0dd6-b9bc-4aa6-8b3b-9a557abf5139) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0c778e6a-52b7-47bc-b698-16489ef8b24d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-557528e5-02e7-4274-9903-4ab68066873b) 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 {
}
