/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1f57192a-e70d-41b5-9288-448c9b166645) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6a85d193-ed3e-41f1-bc35-9bee6b3fca4d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8e21b4ce-44d7-47df-bfa6-ad310e172280) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-98fbff0d-c821-4a0c-ada9-e31807f70f32) 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 {
}
