/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-68df2a8f-5cc7-46bd-95e0-b16a2038cbed) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7d53f849-b679-4601-a81e-9b65abf139b8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5d90931c-f485-4419-ade0-f9ac4402068e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9050b872-4554-4c8b-aa16-fe32ff78568a) 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 {
}
