/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-32ee3b93-4a3f-47b7-b94c-d8df579dec04) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-364bdc37-649a-4eaa-9eab-56182ce69f2e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a0624935-8873-473f-8a2d-37755c43a991) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f67215b6-82c0-46a9-963a-ac4c05405596) 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 {
}
