/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-076b9c04-27ea-4f5a-819e-3095daca5205) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-36072ef4-45d9-4858-ad00-7fcfd46ef889) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6d231566-7067-4690-985c-e3761b12a4aa) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-44c8369e-71d2-4952-aef8-d18096b4774e) 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 {
}
