/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fdc6d6ff-c1b2-4892-9f56-91a216d9ccbf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fcd36642-7531-4bac-b810-f5a06ac06536) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a280d872-7c5d-4fb7-9b87-e8cb7d11c460) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-803edcda-1bd6-423c-9d67-dfa86f774f29) 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 {
}
