/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cf4464a7-546d-4af8-9c81-c07a2bbc8c0c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-301d01b2-127d-4243-809b-4a8b094fef09) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dcf08c61-2938-4044-ab60-d70571381058) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-544b0076-5a1e-4282-b132-7a2a30e5e931) 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 {
}
