/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7dd39a19-7706-44a7-a964-c63da4a165fc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1a4124bc-d064-47bf-9ba0-cd6a5c2dbfb5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d7a859d6-a290-45e7-aab2-8f6c3674f12e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0ad4e5a1-0544-45dc-9124-9363821fd841) 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 {
}
