/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9c34829d-9ff0-4ad2-983e-37acbe523c78) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ce5cdc8d-3f70-4fa8-936c-b0b8495576bb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bf8af3bc-7ab4-4686-b952-12f3f72290fa) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-621ffce2-9d28-4fcd-97c6-af5aa3b5d7a6) 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 {
}
