/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-88a81b8e-218a-4026-b4ff-d42a04924227) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3ddab08d-25a7-445b-a232-c4f49229c76b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4cbe1087-fcef-4455-85fd-f38d184aea5c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2340014a-4a3b-4e74-a945-d1bbf3b17047) 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 {
}
