/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9452e7c4-683c-4737-951f-cfa76e099ae2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-43e0854d-e6eb-4dd3-b510-bfe5ef422ac5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-13da2bc2-18ad-4267-a7c9-4d7483cb663a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1308feae-20b0-4752-89dd-150bfb09544a) 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 {
}
