/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ad5098db-61b8-4b58-b460-c012fdf33e2a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c654b576-3b24-44a3-b780-dbf79d393874) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cb129754-b9a6-466e-8334-a8ad29762271) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e417226c-6679-475e-b1e4-d3284f898897) 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 {
}
