@charset "UTF-8";

/* GENERAL
-------------------------------------------*/

h1 {
	margin-bottom: 13px;
	padding-top: 42px;
	font: 25px/32px Georgia, "Times New Roman", Times, serif;
	color: #86C440;
	}
.intro p {
	margin-bottom: 21px;
	width: 460px;
	font-size: 13px;
	line-height: 21px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	}
	
	

/* FORM
-------------------------------------------*/

form div {
	margin-bottom: 21px;
	}
	label {
		display: block;
		margin-bottom: 3px;
		font-size: 13px;
		line-height: 21px;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		}
	label.error {
		text-transform: none;
		color: #86C440;
		}
	input.input-text {
		padding: 4px 0 0 4px;
		width: 226px;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
		background: url(/images/contact-input-text.png) no-repeat 0 0;
		filter:alpha(opacity=50);
		opacity: 0.5;
		border: none;
		color: #000;
		}
	textarea.input-text {
		padding: 4px 0 0 4px;
		width: 456px;
		height: 236px;
		font-size: 12px;
		line-height: 21px;
		background: url(/images/contact-textarea.png) no-repeat 0 0;
		filter:alpha(opacity=50);
		opacity: 0.5;
		border: none;
		color: #000;
		}
	textarea.input-text:focus,
	input.input-text:focus {
		filter:alpha(opacity=100);
		opacity: 1.0;
		}
	#employment-msg p,
	p.mail-msg {
		margin-bottom: 21px;
		width: 460px;
		font-size: 13px;
		line-height: 21px;
		color: #86C440;
		}
