@charset "utf-8";

/* 	contact.css for lignolab.com by Daniel Rose (danielrosewebdesign@googlemail.com) */

	#content #col1
	{	width: 380px;
		float: left; }
	
	#content #col2
	{	width: 300px;
		float: right; }
		
		#col2 h4
		{	font-weight: bold;
			font-size: 1.2em;
			border-bottom: 1px solid #000000;
			margin: 1em 0; }
			
			#col2 section:first-child h4
			{	margin-top: 0; }
			
	form
	{	margin: 2em 0; }
	
		label
		{	display: block;
			margin: 15px 0 3px 0;
			font-weight: bold; }
		
		strong.error
		{	color: #dd0000;
			font-style: italic; }
		
		input
		{	display: block;
			height: 20px; width: 220px;
			font-family: Verdana, sans-serif;
			font-size: inherit; }
			
		textarea
		{	width: 380px; height: 160px;
			font-family: Verdana, sans-serif;
			font-size: inherit; }
			
		button
		{	display: block;
			margin: 20px 0;
			border: 1px solid #000000;
			padding: 5px;
			font-weight: bold;
			font-size: 1em;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			background: #eeeeee;
			color: #222222; }
			
		button.error
		{	background: #ff0000; }
/* end contact.css */
