
	body {
		margin: 0; padding: 0;
		color: #fff;
		background-color: #007f3e;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 100%;
	}

	a, a:link, a:visited {
		color: #aeff4e;;
		text-decoration: none;
	}

	a:hover {
		
	}

	#weblab {
		width: 50%;
		float: right;
		text-align: right;
	}

	#weblab a, #weblab a:link {
		color: #fff;
	}

	#copyright {
		width: 50%;
		float: left;
	}


	input.txt, select.combo, textarea.multiline {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 0.8em;
		display: block;
		width: 292px;
		padding: 8px 10px;
		color: #182e6a;
		background-color: #c7fec3;
		border: 1px solid #b6ff60;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		margin-bottom: 5px;
	}

	select.combo {
		width: 312px;
	}

	button.submit-button {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 0.8em;
		text-transform: uppercase;
		display: block;
		width: 153px;
		padding: 8px 0;
		margin-bottom: 5px;
		margin-left: 159px;
		color: #007f3e;
		background-color: #c7fec3;
		border: 1px solid #b6ff60;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		cursor: pointer;
	}

	input.error, textarea.error, select.error { 
		background-image: url('images/invalid.png');
		background-position: right 5px;
		background-repeat: no-repeat;
	}

	input.valid, textarea.valid { 
		background-image: url('images/valid.png');
		background-position: right 5px;
		background-repeat: no-repeat;
	}


	label.error {
		display: block;
		z-index: 9;
		position: relative;
		left: 0;
		top: -30px;
		background-color: red;
		font-size: 0.8em;


	}


	.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */