@import url("main.css");

#container, #footer, #content {
	width: auto;
	margin: 0;
	border: none;
	background-color: #fff;
}

#header h2 {
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 2em;
	font-weight: normal;
	text-align: right;
	color: #477886;
}

#header {
	border-bottom: 1px solid #477886;
}

#content {
	display: block;
	float: none;
	padding: 2em 3em 0 5em;
	background: none;
}

#callbackform td {
	padding-right: 1em;
}

.small label, .small input {
	width: 220px;
}

#callbackform label, #callbackform input {
	display: block;
	font-size: 1.8em;
	margin: .2em 0;
}

#callbackform .notice {
	font-size: 11px;
}

#callbackform .submit {
	float: right;
}

#callbackform .notice em {
	font-size: 10px;
}

#footer {
	margin-top: 2em;
	font-size: 11px;
	color: #fff;
	background-color: #01505d;
}