html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 100;
}

.wrap { text-align: center;}
.module {
	display: inline-block;
	padding: 10px;
	background: #fafcff;
	border: 1px solid #d9dde3;
	box-shadow: 2px 2px 2px #bec2c7;
	margin: auto;
	text-align: left;
	margin-top: 18%;
}

a.close {
	height: 8px;
	width: 8px;
	background: url('./img/close.jpg');
	display: block;
	float: right;
}

.img-main {
	display: block;
	float: left;
	width: 200px;
}

.content {
	margin-left: 210px;
	margin-right: 0;
	display: block;
	max-width: 650px;
}

h2 {
	color: #006092;
	font-weight: 100 !important;
	font-size: 32px;
}

p {
	color: #060606;
}

.clear { clear: both; }

a.back {
	line-height: 19px;
	text-decoration: none;
	color: inherit;
}

a.back:before {
	content: "";
	display: inline-block;
	background: url('./img/back.jpg') no-repeat;
	height: 19px;
	width: 18px;
	position: relative;
	top: 4px;
	padding-right: 4px;
}