/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0926c93b-0776-4cf9-80f8-03ff68adb24f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-293817da-38a6-401c-8402-6a26f9ba31be) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4b3422ac-8579-4a18-88cc-cc1385f1c43d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-64d99864-6a30-49fa-bb38-797a0d1d28a5) 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 {
}
