/* @media handheld { */

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

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

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

	#header img {
		float: left;
	}
	
	fieldset {
		border: none;
	}
	
	label {
		padding-right: 10px;
		color: #00CCFF;
	}
	
/* } */