/* General */
html {
	background: #9FC0F5 url(../images/background.jpg) no-repeat center top;
}
ul.reset {
	padding: 0;
	list-style: none;
	margin: 0;
}
.margin-top {
	margin-top: 0.5em;
}
.align-center {
	text-align: center;
}
.clear {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
.img {
	float: left;
	margin-right: 10px;
}
.overflowfix {
	overflow: auto;
}
input[type=image] {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body, p {
	font: 15px/1.5em Arial, Verdana;
}
body, p, h1, h2, h3, h4, label, input, select, textarea {
	color: #000;
}
p {
	margin-bottom: 9px;
}
p small {
	font-size: 12px;
	color: #666;
}
a {
	color: #7F7F7F;
	text-decoration: underline;
}
a:hover, a:active {
	color: #7F7F7F;
	text-decoration: none;
}

/* STYLES */
.alert-message {
	clear: both;
}
.alert-message p {
	color: #FFF;
	text-align: center;
}
.header {
	width: 940px;
	margin: 0 auto;
}
.header h1.tracxer {
	float: left;
	margin-top: 2px;
}
.header h1.tracxer a {
	display: block;
	text-indent: -9000px;
	width: 226px;
	height: 124px;
	background: url(../images/logo-tracxer.png) no-repeat;
}
.header h1.trackit {
	float: right;
}
.header h1.trackit a {
	display: block;
	text-indent: -9000px;
	width: 333px;
	height: 133px;
	background: url(../images/logo-trackit.png) no-repeat;
}
.header h1.trackit a:hover {
	background-position: left bottom;
}
.header > .left {
	width: 609px;
	position: relative;
	float: left;
}
.header > .left .top {
	height: 50px;
	background: url(../images/image-top.png) no-repeat;
}
.header > .left .mid {
	height: 454px;
	background: url(../images/image-mid.jpg) no-repeat;
}
.header > .left .left {
	position: absolute;
	height: 129px;
	width: 15px;
	left: -15px;
	bottom: 0;
	background: url(../images/image-left.png) no-repeat;
}
.header .right {
	float: left;
	width: 291px;
	height: 464px;
	background: url(../images/form.png) no-repeat;
	padding: 20px 20px;
}
.header .right label {
	display: block;
	color: #FFF;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: bold;
}
.header .right input {
	width: 260px;
}
.header .right input {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #FFF;
}
.header .right input.submit {
	display: block;
	background: url(../images/button.png) left bottom;
	border: none;
	text-indent: -9000px;
	margin: 35px auto 0;
}
.header .right input.submit:hover {
	background-position: left top;
}
.white {
	overflow: auto;
	width: 940px;
	background: #FFF;
	margin: 0 auto;
	padding-bottom: 2em;
}
h2 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
	padding: 13px;
	height: 23px;
	margin: 0.5em 20px 1em;
	text-align: center;

	background: url(../images/info-header.png) no-repeat;
}
h3 {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	margin-left: 20px;
}
.block a {
	text-decoration: none;
}
.block a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 18px;
	line-height: 2.4em;
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
	margin-left: 3px;
}
.white .block {
	background: #DCE4EC url(../images/block-bottom.png) no-repeat left bottom;
	margin: 0 20px;
	font-size: 13px;
}
.white .block .top {
	background: url(../images/block-top.png) no-repeat left top;
	width: 900px;
	overflow: auto;
	margin: 1em 0;
}
.white .block .top .column {
	float: left;
	width: 283px;
	padding: 0 7px;
}
.white .block .top .column img {
	float: left;
}
.white .block .top .column ul {
	overflow: auto;
	list-style-position: outside;
	width: 160px;
}
.white .block .top .column ul li {
	margin-left: 24px;
}