.anchor-tl{
	position: absolute;
    top: 0;
    left: 0;
	margin-top: 0;
	text-align: left;
}

.anchor-tr{
	position: absolute;
    top: 0;
    right: 0;
	margin-top: 0;
	text-align: right;
}

.anchor-br{
	position: absolute;
    bottom: 0;
    right: 0;
	margin-bottom: 0;
	text-align: right;
}

.anchor-bl{
	position: absolute;
    bottom: 0;
    left: 0;
	margin-bottom: 0;
	text-align: left;
}

.imgbox {
	display: inline-block;
	width: 200px;
	height: 150px;
	border: 4px dashed #B5B5B5;
	color: #B5B5B5;
	font-size: 14px;
	text-align: center;
	padding: 50px;
	background-repeat: no-repeat;
    background-position: center;
	margin-top: 4px;
}

.imgbox::after{
	content: '';
}

.filebox {
    position: relative;
	display: inline-block;
    width: 100px;
    height: 100px;
    padding: 14px;
    margin-top: 4px;
	margin-right: 4px;
    color: #B5B5B5;
    font-size: 42px;
    text-align: center;
    border: 1px dashed #B5B5B5;
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.filebox::after{
	content: '';
}

.close-point {
	line-height: 0.6;
	cursor: pointer;
}

.anchor-outer-bottom {
	position: absolute;
    bottom: -30px;
    left: -1px;
    width: 100px;
}

.anchor-outer-bottom input[type="text"] {
	width: 100%;
    border: 1px solid #B5B5B5;
	font-size: 11px;
}

/* resetting filebox dialog for slim style (no round corners + description) */
.filebox {
	border-style: dotted;
    border-radius: 0;
    cursor: pointer;
}

.filebox.file-for-send {
    border: 1px solid #B5B5B5;
    margin-bottom: 22px;
	cursor: default;
}