/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-424773f5-ea70-4f47-8a61-3d0db58daeff) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-497512af-53f0-4b91-a849-3c2b0795fe79) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5595dc1d-1fa1-4545-91fc-b36cfa2ad321) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7c2bfa18-a5bf-4b7c-a4a6-6469c9199f9b) 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 {
}
