/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-37c7cf26-c4b1-4b2f-b4f5-e108949cad53) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-30060bb9-098e-43a5-b100-6c2ea214666b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0e59e42f-eca7-4c96-b41f-ec96cfc33e5d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2298f4f8-9391-4638-a60d-2d3a4291c438) 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 {
}
