/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8bb95207-c275-401a-8471-d0652139f53f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ba61bab0-7127-46a0-b2f7-e245184bccbc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f212ddf6-bb6a-49a4-a55a-51a8426f5dab) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0ad94cee-70b2-4b01-a63e-036ee23832db) 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 {
}
