/*

	-- -- -- -- -- -- --
	New World Park Solutions
	section-contact.css
	section specific styling
	-- -- -- -- -- -- --
	
*/

.column-1 {
	background: url(../images/ui/h2-titles/contact.jpg) no-repeat right top;
	height: 800px;
}

#stage .column-2 p {
	text-indent: 0;
}

form {
	font-size: 1.2em;
	line-height: 1.5;
	color: #444;
	margin: 10px 20px;	
}

input, textarea {
	font-size: 0.9em;
	margin: 0 0 5px 0;
}


