/**
 *	Groenlinks style
 */
body.groenlinks {
font-family:"Verdana",sans-serif;
font-size:10px;
color:#404040;
}

#content {
	min-height: 850px;
}

#content form {
	position: relative;
}

#contactform {
	position: absolute;
	top: 200px;
	right: 3px;
	font-size: 10px;
	z-index: 2;
}
/*
#contactform {
	float: left;
	position: relative;
	margin-left: 437px;
	margin-top: -66px;
	margin-bottom: 105px;
}
*/
#contactform div.form_bg {
	position: absolute;
	width: 365px;
	left: 3px;
	top: 3px;
	bottom: -3px;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	border: 1px solid #000;
}

#contactform div.formtables {
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	width: 325px;
	padding: 20px;
	border-top: 5px solid #7fc31b;
	border-bottom: 5px solid #7fc31b;
}

#contactform table {
	display: none;
	width: 324px;
	border-spacing: 0;
}
#contactform table#step1 {
	display: table;
}

#contactform #contact_form_button {
	display: none;
}

#contactform table caption {
	text-align: left;
	padding-left: 10px;
	padding-bottom: 16px;
}

#contactform table th {
	text-align: left;
	font-weight: normal;
	width: 103px;
	height: 31px;
	line-height: 31px;
	padding: 0;
	padding-left: 11px;
	padding-right: 8px;
	white-space: nowrap;
}
#contactform table td {
	padding: 0;
	min-width: 212px;
}
#contactform table td.description {
	padding-left: 5px;
}
#contactform table .required {
	padding-left: 0;
}
#contactform table .required span {
	width: 5px;
	padding: 0;
	padding-left: 5px;
	padding-right: 1px;
	font-size: 10px;
	color: #888888;
	line-height: 31px;
}
#contactform table h3 {
	margin-top: 0;
	margin-bottom: 16px;
	margin-left: 10px;
	font-size: 16px;
}
#contactform table select {
	font-size: 10px;
	width: 206px;
	height: 21px;
}
#contactform table input[type=text] {
	width: 202px;
	height: 16px;
	padding: 0;
	padding-left: 1px;
}
#contactform table input.short {
	width: 62px;
}
#contactform table input.medium {
	width: 134px;
}
#contactform table input.right {
	float: right;
	margin-top: 4px;
	margin-right: 5px;
}
#contactform table td label.radio {
	padding: 0 3px;
	margin-right: 6px;
}
#contactform table select.date {
	width: 62px;
	margin-right: 10px;
}
#contactform table select.date.year {
	width: 63px;
	margin-right: 0;
}
#content table input[type=checkbox] {
	margin-right: 3px;
}
#content textarea {
	width: 400px;
	height: 150px;
}
#content table textarea {
	width: 250px;
	height: 80px;
}

#contactform table td a.button {
	display: block;
	float: right;
	width: 300px;
	height: 40px;
	line-height: 40px;
	margin: 5px 0;
	margin-top: 19px;
	margin-right: 6px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	border: 3px double #fff;
	
	background-color: #7fc31b;
	color: #fff;
	cursor: pointer;
}

p.error {
	display: block;
	position: absolute;
	top: 240px;
	right: 385px;
	padding: 10px;
	
	border: 2px solid #d22;
	
	/*color: #000;*/
	background-color: #eee;
}
p.error span {
	color: #e32020;
}
p.sent {
	display: block;
	position: absolute;
	top: 200px;
	left: auto;
	right: 0px;
	bottom: auto;
	min-height: 100px;
	padding: 10px;
	width: 380px;
	border: 1px solid #ccc;
	
	/*color: #000;*/
	background-color: #fff;
}

