/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-000cd2b7-e37d-4b23-925c-a93551abba9e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a32edfcf-4ef7-40a2-baee-2d6f78a3166b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-05493928-b781-4fd3-99c5-785bfce3af8f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7a5558aa-9fc0-4501-89de-02e4ae1e5a53) 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 {
}
