/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-87d456a2-bc73-4fca-8cee-c075c8b0cfb9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d3590f62-16e2-455d-9d09-12f4b20ce0bd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e6b0b76b-6495-4c7f-b322-6a840dead730) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d92da255-2b7a-4658-a60c-39cf588fa353) 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 {
}
