/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dd12701c-5f7d-4676-8c51-40c75737ef23) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-07120bd5-b852-4112-88e5-c46d9bbf4ac3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-738d7651-2219-4d78-b111-15f9aa9eb770) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e0e653f8-c16e-4fa0-a5e9-4728ce09a114) 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 {
}
