/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f9e0f07f-bca5-4f88-8f11-8b34a3ef3f6c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5ba366fd-5f99-47bf-9e85-8c93eb91b704) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0483f990-65f7-4392-934b-d8f2d004b99e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dca0d7a1-fdbf-40a5-a345-1ca7325709b5) 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 {
}
