/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dc9f7207-91a3-4c1e-ac55-645a24ea260b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8b5fc71b-dd90-4fe3-b109-c0933c1a852a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c00bd592-2943-4bc2-8a4c-1bd4ab101a39) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-39554420-d186-4817-9761-c24529f29f7f) 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 {
}
