/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4b432ad5-f7ec-41cf-9b11-68d931884ec8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d092aaaa-91d4-4808-a3a3-63d5d46c6681) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dadfc4a3-31c1-4780-83c8-5cfcbc6382fa) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b7c785c8-1e85-445e-92f8-5f6e3e331c51) 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 {
}
