/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-342a485f-034e-4b4a-bcd7-8b5abe976723) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-02945e46-d732-46f2-907d-35c7a0c9b3af) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-517ff048-03a4-401b-99ff-8531c094e5b3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9f184c41-11c8-4903-8a7e-90d38c15958d) 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 {
}
