/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7e8e5d5e-ad24-43c4-8120-850040427c08) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0d463033-5f81-496b-8af4-785697fa7bf5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-47cd801c-51ff-47fb-a561-1db125ed7a6b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bc1703b3-5aa3-4074-9046-a1ed6a2eaeb8) 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 {
}
