/* kontakt.css */
	div.forms p {text-align:left;}
	div.forms p.xsm {text-align:center;}

	@media all {
	    div.forms img#leftmargin  {width:5em; height:20px;}
	    div.forms img#placeholder {width:1em; height:1px;}
	    div.forms img#formfield   {width:300px; height:1px;}
	    div.forms img#rightmargin {width:4em; height:1px;}

	    div.forms { text-align:center; } /* center IE */
	    div.forms table { margin:auto; } /* other */

	    div.forms input.tt, div.forms textarea {
	        border:1px solid #000;
		padding:0.2em 0 0.2em 0.3em;
		background-color:#EAF6E4;
		color:#000;
		width:100%;
	    }
	    div.forms input.submit {
	        background-color:#C9D0B6;
		color:#000;
		border:1px outset #000;
		width:50%;
	    }
	}

/* The End */