/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-83e23a8b-25db-4d86-9e78-5757f01836b7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8ff3a6d4-50a4-4cf5-9081-b6e4cc83a60e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a545beaa-6e64-4615-91ec-0bb9129945ca) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6997e9a8-d6a3-41de-8505-9a6c8f557e73) 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 {
}
