/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-209be188-cc2f-4163-90f0-46ba5c1ab600) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5ce24848-b263-48e9-8aa0-06dce0cce250) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b01bb3f2-41b6-4437-80e9-ce7a1e1b7d66) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-68c524c8-b321-41d5-8c01-e6a3bc127785) 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 {
}
