/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6e88070a-ab83-4dac-8022-294e923ca0d0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f863e432-9be8-411d-94e6-cb7436da2714) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-512ad8a7-33b2-49cb-85bb-eb97a79b7a7a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-43299435-5e53-4f1d-aa37-97ad2773f080) 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 {
}
