/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-683ea323-a3ef-4407-8fff-b0f4b4a0743b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-36f84423-d4b2-49ef-9826-fd1d59e2542b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ff24a07b-97fb-49fe-8983-bb9b0a8a54ea) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1cd82946-97bf-4d8c-9870-a399427ba5bc) 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 {
}
