/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-34fd1433-d9b1-494a-8cfc-d68076af240d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c3768789-5c12-42e6-99d8-0ef26a3adebf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ad8e429a-8edb-473c-8d07-ba1e911b0d13) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2e9dc901-c764-4593-97fe-c836826e1b48) 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 {
}
