/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0ce51ea0-3676-486c-8fe1-4f71acf6f950) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1fea7946-02a7-4dcc-a2ba-d191145b94cf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cff32770-446c-47ff-a66b-ea180b8b5c54) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5f90b82b-3f61-4147-bdf5-48b7d49b9ee8) 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 {
}
