/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-533ed588-2042-4502-ba4e-67ca062716ca) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-386f95da-3b58-420a-98d5-d2a525961fb0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-04b46f29-c1b8-4f84-9b35-af8199b2e393) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-09dfbb46-68b5-4571-8307-d7940ae69c5f) 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 {
}
