/* new page1ink.net design	*/
/* forms stylesheet			*/
/* © niko maresco 2010		*/

#contactform {
	width: 440px;
}

#contactinfo {
	width: 440px;
}

#contactinfo table {
	width: 300px;
	margin-bottom: 30px;
}

#feedback {
	background-color: #ec008c;
	border: 1px solid white;
	width: 80%;
	margin: 0 10% 5px;
	padding: 2px;
}

legend {
	font-weight: bold;
	padding-bottom: 10px;
}

label {
	clear: left;
	float: left;
	display: block;
	width: 120px;
	height: 24px;
	margin-bottom: 5px;
}

input, textarea, select {
	background: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	border: 2px solid #f7f7f7;
}

input:focus, textarea:focus, select:focus {
	background: white;
}

input[type=text] {
	width: 200px;
	height: 24px;
	margin-bottom: 5px;
}

textarea {
	width: 196px;
	height: 100px;
	margin: 0;
}

#hvs {
	margin-top: 20px;
}

#hvs label {
	width: 200px;
}

.formtext {
	font-size: 12pt;
	margin: 5px 0;
}

