/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-49f43c56-db78-4335-84c4-9dc0688b9fa4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a01b303c-032c-4382-98b0-ea5f8314ca4d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3653718e-6597-4339-8ac2-cbac3a10e049) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3b6eb7a8-cf5d-4958-89b4-5321c9be4a17) 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 {
}
