/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d711a21d-b333-422d-ba57-78545926ad15) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ca40af5c-1bba-4a44-a895-b0eb506308a3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-83f3eb7b-ade7-43be-92d0-7407d7dabfd6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5082aeed-4697-4825-a1b3-722c8a149443) 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 {
}
