
.ext_divcontainer {
	height: 50px;
	width: 100%;
	background-color: #cccccc;
	padding: 6px;
}

.ext_divcontainerbottom {
	height: 50px;
	width: 100%;
	background-color: #cccccc;
	position: fixed;
	bottom: 0;
	z-index: 100;
	padding: 6px;
}


.ext_iconcontainer {
	width: 37px;
	height: 37px;
	border: 1px solid;
	border-radius: 4px;
	float: left;
	margin-right: 4px;
}