/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-13c2c01d-7d9b-48fa-abc9-7b2f397b5d97) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-43451ee3-599c-47e8-83c3-ad63d3f6f5af) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-329809b1-4330-49ce-8bec-35fba72ddaa0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-072fe9bd-ef34-4423-97e5-726207298f5f) 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 {
}
