/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9fedecbf-2a5a-4369-b81c-ca97b6669f00) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d7634033-3ea3-4127-aa6d-1a510d040653) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c2790add-72cb-4e9d-af3d-c4d07ac3f55c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2fd720ba-8eb8-41a3-b4d1-e8322e76607b) 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 {
}
