/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-053da635-3e75-4d04-b6d3-af451591727f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7eebff42-ecef-4168-b180-9a32ef0bec99) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d065315a-52b4-4caf-b2db-3e883efad83e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bfe6b0b6-0597-456a-83bf-20a9a797ab00) 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 {
}
