/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-07c60afc-b988-4e42-b725-41cd7752cbe7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0d0742ba-9c7e-4e6e-b8e8-825d147a6d67) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-99d13a98-be15-49bf-8256-4fe7cedaf527) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e0dd78d8-98f2-485c-85aa-a735526bc6f1) 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 {
}
