/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bfcd91b1-3fd4-4f2b-89fa-3493e573bbb8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-53d5a119-c8d7-4627-8b33-ac784227a928) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b0b7c244-2131-46c2-9f1e-3de52cac547c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b0b48c95-3b0e-4ce8-9a3d-713483ab247d) 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 {
}
