/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5cbedeff-f9a2-4d96-b551-d8bb24e2d336) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-92da55a4-c755-462a-8363-0ed6e3da934d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-695154f2-f412-4d78-9c45-706ed17fb39d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d32eb17e-226c-4ebd-bb1c-df3885a3d66d) 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 {
}
