/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7ff9a1ae-bc8c-4806-a8a5-2d93f81b4ce8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-069ad6e5-79a2-4bbc-9c3b-88ac29bcccff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ffc80516-6b12-4e57-ae47-d5cd7bb44a49) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c70f77d0-3969-4638-adb3-271ad88cda73) 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 {
}
