/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9a3dff96-dfd2-4624-8662-f2483e07a61b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9ea4db01-57d1-48c3-9275-dbc783009197) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-828baf9c-6676-42bd-9eb6-51f5fc0f87bd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-95d0a8e9-b988-4cc5-a40e-bd36bc15c791) 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 {
}
