body{
	font-size: 12px;
}
#phpPos,canvas{
	border: 1px solid #ccc;
}
.form-group{
	margin-bottom: 10px;
}
label{
	width: 90px;
	display: inline-block;
}
#mapDiv{height: 500px;
	width: 100%;
	border: 1px solid #ccc;
} 
.pic-group{
	margin-bottom: 10px;
	width: 400px;
	height: 400px;
	float: left;
}
.clearfix:after{
	content: '';
	clear: both;
	display: table;
}