/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e4c271a3-d2f2-4974-a421-1028eb8c619a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-991ffc97-88d0-4f72-ab0f-2e4bb68f86fa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4235ecac-aab9-45b6-a66c-9ff8f173ac91) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-89742084-420f-4335-86b6-94059c87e32e) 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 {
}
