/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0b1038c9-6184-4d67-a5b6-1b452c77734e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cf43fab0-0fa4-4a21-86d8-8411b6cbe873) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d9c8f95d-c5f0-44ac-b9e3-7f2896d22f7e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7f71195c-de00-4337-a6bf-94167040ef8b) 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 {
}
