/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0cdb8edc-5a86-4d4d-8602-03d7752b4e60) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-decf2bc9-6b64-48dd-acc0-58025aa1117d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-86e80ea4-5251-4c02-afb9-b02053e9d9cf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d47c519b-6773-4262-af5c-e0ad234a800b) 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 {
}
