/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-54430312-6fe7-43ac-9f74-b68a8233da33) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-700f72a3-cf46-47fb-9892-10fd2ebee1df) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6dfeb691-daa1-46b8-9950-e4b6fa95b8cb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b2df5163-3412-48ba-9c77-f353a3e72baa) 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 {
}
