/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8911ae3e-418a-4d08-8319-704f0adb7b70) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-12a321cc-0845-4b5d-a8da-fd4f63805af6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-25dc2c90-f3ff-4471-9cdb-8ba3aaa64f27) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a1cb8462-dae5-4407-9c8e-28351a373afb) 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 {
}
