/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-49762183-e0e1-4242-8192-b6c3d9579163) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f29b2b3c-5450-4afd-8755-f0520b276705) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-51e0fae1-54bc-4e88-8663-c5b8632a4a3e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-203d3966-a802-41dd-a179-09849d278e33) 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 {
}
