body {
	font-size: 12px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #333 url("bg.png") 0 -4px;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: center;
}

#header {
	background: #333 url(imapt-logo.png) top right no-repeat;
	font-size: 16px;
	float: left;
	color: #FFF;
	width: 760px;
	height: 70px;
}

#header p {
	padding-left: 10px;
	width: 480px;
}

#header img {
	float: left;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 760px;
}

.section {
	width: 750px;
	padding: 10px 0 10px 10px;
	clear: both;
}

a {
	text-decoration: none;
	color: #75C258;
}

a:hover, a:active, a:focus {
	color: #0EB7E0;
}

h3 {
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

h1 {
	font-size: 2em;
	margin-top: 1em;
}

fieldset {
	border: none;
}

form {
	padding: 0;
	margin: 0;
	border: none;
}

#contactform, #contacttable {
	display: none;
}

#contactform {
	width: 100%;
}

label {
	display: block;
	float: left;
	position: relative;
	top: 1px;
	width: 90px;
	font-size: 14px;
	color: #00CCFF;
}

#contactlist {
	display: none;
}

input {
	float: right;
	padding: 5px;
}

#labelmessage {
	display: block;
	width: 100px;
	background-repeat: no-repeat;
	background-image: url(toggle.png);
	background-position: 80px 5px;
	cursor: pointer;
	color: #6AB244;
}

#labelmessage:hover, #labelmessage:active {
	background-position: 80px -15px ;
	color: #00CCFF;
}

#labelmessage.showmessage {
	background-position: 80px -35px;
}

#labelmessage.showmessage:hover, #labelmessage.showmessage:active {
	background-position: 80px -55px;
}

.error {
	color: red;
}

#lists {
	width: 100%;
	text-align: left;
	display: none;
}

#result {
	width: 330px;
	text-align: center;
	color: #4BDB14;
	clear: none;
}

#btnsubmit, #update {
	float: none;
	width: 80px;
}

#loginform {
	margin-left: 180px;
	width: 300px;
}

#TableFooter td {
	border-top: 2px solid #666;
	margin-top: 10px;
	padding-top: 10px;
	font-weight: bold;
}

#messagefieldset {
	display: none;
}

#message {
	padding: 6px 0;
	display: none;
}

#contactdetails {
	width: 500px;
}

#update {
	display: none;
}