/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-57eec091-de3a-4bd7-8064-2e4a1d3930ba) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c4270207-d446-4df9-83e9-feb96614e397) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1b56a026-8b43-44fc-8bde-e64178879210) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cff59d71-6b32-4ad1-a8b9-e58698831713) 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 {
}
