/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b7a287d3-067a-4509-82e2-878db3c17240) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f1ffe9fc-079b-4226-985c-109104bfa510) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e163cf11-8dc3-4e09-b1c1-1ab90dc96f84) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1dc70ea1-0dd9-4474-a822-925f5a941de0) 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 {
}
