/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a96ba62d-1f6a-48b7-b7fb-b6fdb03c9416) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-984e2528-a42d-4977-aec3-5305a4eaa762) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9d492c26-c135-4069-aa09-61bf73e0ff24) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a454bcac-eaaf-4cfb-9148-fa1d0291cc88) 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 {
}
