/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-570d0817-7ab8-4032-bfef-c5100be7dced) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b1949708-9795-4676-9a60-abe6e9b63f7f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-37977a7f-123f-4cfa-b801-1345c5aec2ab) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fb0868fb-e361-4252-b1c9-8943b4f5780a) 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 {
}
