/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-aab07189-289b-4749-9ecf-298bda35c189) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c34213b4-2672-48ee-bba0-9f7934fda38c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-566a20db-05e1-4699-912b-4e171573742d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ed481803-dcca-47eb-8a57-4235c749687f) 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 {
}
