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

#gaestebuch				{font-size:10px;}
#gaestebuch dt 			{display:inline;}
#gaestebuch dd 			{display:inline; line-height:25px; vertical-align:top;}
#gaestebuch input		{height:12px;}
#gaestebuch textarea	{font-size:11px;}

#gaestebuch #name-element 		{margin:10px 300px 0px 15px;}
#gaestebuch #email-element 		{margin:10px 20px 0px 15px;}
#gaestebuch #url-label 			{margin:10px 0px 0px 25px;}
#gaestebuch #url-element		{margin:10px 0px 0px 5px;}
#gaestebuch	#comment-element	{margin:10px 0px 0px 5px;}
#gaestebuch #submit				{height:33px; float:right; margin-right:20px;}

#gaestebuch span					{float:left; margin-left:20px;}
#gaestebuch span#captcha-label		{margin-left:46px;}
#gaestebuch span input				{position:relative; top:-40px; left:-170px;}
