/* 	
	Valentin Blank
	contact page style sheet
	(c) Valentin Blank
*/

/* headers and paragraph format */

h1, label, input, textarea {
	padding-left: 2px;
}

h1 {
	font-weight: bold;
	margin-bottom: 26px;
}

#firstname, #lastname, #email, #comment, #submit {
	margin: 6px 0 13px 0;
}

label, input {
	display: block;
}

input, textarea {
	width: 500px;
	border: 2px solid #000;
	background: #fff;
	text-align: left;
	overflow: hidden;
	resize: none;
}

input#submit {
	left: 0;
	border: none;
	cursor: pointer;
	background-image: url(http://www.vblank.ch/templates/white.gif);
}