/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e056668b-cad2-4ab5-b6cc-606bc6535ed2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ecefba50-b6a8-4d03-a3a8-dfdcfc28eb77) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e8119425-f047-4c35-84c9-f374f87e20db) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ae80d2fb-a243-4e9f-b7c2-774b517c4116) 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 {
}
