/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-82352240-d830-4eb9-8417-a9d430c4716a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a9f99255-d621-4a29-a4a7-50140298f9db) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4da0968c-0e34-4aa1-8627-d7d44b9fa7a2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bf51b461-8439-4fd0-a7e2-d825c0c24f1b) 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 {
}
