/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4974e320-c5f4-41f1-8fea-39260e2a922a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-17db30ce-75b9-4222-a841-649fcf9497b8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-58cb8e17-ceeb-477b-a157-31c564a059fd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-73f3a5ab-6fe2-4597-8287-e32925c02827) 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 {
}
