
@import "../../../@common/common.less";

#@{el}{

	.border(@borderWidth) when (iscolor(@borderColor)) 	{ border: @borderWidth solid @borderColor; }
	iframe												{ .border(3px); }

}

.@{el}{
	clear:both;
}
