.deviceBox{
	position:absolute;
	width:110px;
	height:100px;
	background:rgba(0,0,0,.0);
}
.imgDevice{
	position:absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.inputIp{
	position:absolute;
	width:110px;
	top:120px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.inputSubnet{
	position:absolute;
	width:110px;
	top:144px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.descriptionDevice{
	text-align:center;
	width:110px;
	position:absolute;
	top:100px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.buttonDHCP{
	padding:0;
	font-size:.7em;
	position:absolute;
	left:112px;
	top:122px;
	border:1px solid grey;
	background-color:#eee;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}