/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6048da74-7bf6-4ebd-badc-744266483a31) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-69922008-acba-43c3-88b7-c3e324355a7b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-72098909-ab6c-4927-9a84-40c6a75cb937) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-59e05de6-88a0-4db5-8dcd-71d29abc3b8c) 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 {
}
