/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-af409604-56c8-4001-9186-15a35a438c42) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3d679143-1454-4aff-b406-858f8cce29bf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4d4ce85e-ecef-4e14-be19-261ebe44abfc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ffc82b22-3340-47b6-b265-6d92b26eba41) 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 {
}
