/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-91c2f55d-d236-4c8d-af1a-d612d3c1ac2a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0f28b795-0afe-4a91-8902-25f5fd7a190c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-383d91a4-cb0f-4408-a205-dafcbfef2018) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2b4655d5-2006-4441-b4fd-cc7632dd7af7) 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 {
}
