/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7617c7d7-bbbe-4114-a37a-30265f690bad) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d622322e-658b-4fad-99a4-e7b0c00c5387) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6686faf1-3098-4bc6-b54f-de3257c9a0f9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-be2d2c91-0284-4015-aa08-0b54c2ca2d1e) 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 {
}
