﻿
.inner-information {
	overflow: hidden;
	margin: 0 20px 20px;
	padding: 20px;
	*padding-bottom: 0;
	border: 2px dashed #999;
}
.inner-information img {
	float: left;
}
.inner-information h3 {
	color: white;
	text-align: center;
	margin-bottom: 15px;
	padding: 10px 0;
	background: #3b4e92;
}
.inner-information h4 {
	margin-bottom: 10px;
}
.inner-information div {
	width: 370px;
	float: left;
	margin-left: 15px;
}
.inner-information p {
	margin: 0 !important;
}