/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7b32f6e4-b936-4088-a44c-738fe1096284) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7a840d7f-cd91-4dcb-92fa-697c5c80b822) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8e7d8d97-8660-4a0f-b176-d19773001706) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ce0bfa7b-5041-4b5c-92b7-701aa87cae1b) 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 {
}
