/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b7f0f4b8-1478-4b77-9caf-3cae2b2aafa2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f71747e1-08a9-4438-9d7a-3c60e017eb0d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-04272264-ea2e-4a64-a102-72c6b660a1ee) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-44c17593-a1c1-4c74-9b4c-e6d753cd4688) 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 {
}
