@charset "utf-8";
/* CSS Document */

header {
		
}

header h1 {
	margin-top: 200px;
	color: #e4f78f;	
	font: 600 4.8em "Open Sans", Helvetica, Tahoma, Geneva, sans-serif;
	letter-spacing: -0.05em;
	line-height: 0.95em;
	text-transform: lowercase;
	padding-bottom: 8px;	
	text-align: center;
}

p.logout {
	position: absolute;
	top: 0;
	right: 0;
	z-index: auto;
	font-size: 1.0em;
}

p.logout a {
	color: #e2e7c5;
	text-decoration: none;
}

div#wrapper {
	width: 800px;
	margin: 0 auto;
}

div#wrapper form {
	width: 400px;
	margin: 0 auto 0 auto;
}

form fieldset {
	border: 0;	
}

form legend {
	display: none;	
}

form fieldset input {
	background: url(../images/getintouch/textbox_bg.jpg) left top repeat-x #f9fff2;
	background: -moz-linear-gradient(-90deg, #93978e, #f9fff2 15%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#93978e), color-stop(15% #f9fff2));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e4f78f;
	padding-top: 12px;
	padding-bottom: 12px;	
	width: 350px;
	margin: 1px auto 16px auto;
	padding: 14px 12px;
	color: #202d01;
	font: bold 1.0em Tahoma, Geneva, sans-serif;
	display: block;
}

form input.button {
	display: block;
	width: 350px;
	margin: 0 auto;
}

div.contact {
	margin: 10px;
	background: #181d10;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.contact h2 {
	color: #e2e7c5;
	font-size: 1.2em;
	margin-bottom: 20px;
}

div.contact dl {
	color: #e2e7c5;	
}

div.contact dl dt, div.contact dl dd {
	float: left;
	width: 160px;
	margin: 5px 0;
	font-size: 1.1em;
}

div.contact dl dt {
	clear: left;	
}

div.contact p {
	color: #e2e7c5;
	font-size: 1.1em;
	font-style: italic;
	clear: both;
	padding-top: 15px;
}

div.contact p a {
	color: #e2e7c5;
}

div.contact header p {
	float: right;
	position: relative;
	top: -58px;
	z-index: auto;
}

p.loggedout a {
	color: #e2e7c5;
	font-weight: bold;
}

p.loggedout {
	text-align: center;
	color: #e2e7c5;
	font-size: 1.1em;
	clear: both;
	padding-top: 15px;
}


