/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0ece1096-43ca-407f-89e3-9fcd04ee4b13) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ffa59060-4aa3-4074-adda-a22296996193) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-97755700-2500-42b0-b025-24b39012c5e7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-990768d4-b63b-4d25-885e-feb9ae2da870) 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 {
}
