/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-407d8356-940d-47b0-a074-9503e0723877) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2939faa2-2df2-43af-a069-96510b962ef4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4028551e-a92d-4585-801e-8464a65b30c6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f23bf87b-b755-4561-932b-453c5908cc38) 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 {
}
