/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-acbc01c2-25f7-4955-9cd3-056d88f8ff7f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-886a2916-b0b6-417b-ad71-90e4497237ff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1762143f-7d45-4756-9639-cfafffb92690) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cb1c3100-5988-4ab8-b8a3-89893c3a2176) 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 {
}
