/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-da00d4a3-c350-4670-bcbc-cb21bc29ab6f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-41983748-3359-46f1-a5c9-b9b0b7f59f77) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7fc55d01-c657-43c5-bd1b-60b047352593) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-72197427-fef6-4b7c-a01c-6af5d4de0976) 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 {
}
