/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c4f317c2-a60b-49d4-816a-7f0be0325e28) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5faf0dfb-527e-432c-94c9-6cba732dac67) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-161bd7c5-4e88-45a6-ada7-6685c6316b55) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-01f2456c-409c-46ef-b545-062c39c7bf9a) 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 {
}
