/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7aa618b3-9b80-4283-96e6-31a0aa990265) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c299993c-2ba5-45b2-812a-8d0c0b9cde66) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-158a0ae2-696b-4899-9b77-f241f3d23eab) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e1f32896-ca58-4e08-8d64-9cbf1900b496) 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 {
}
