/*
#################################################
#		Designer:	www.2o2u.com						#
#		Client:		www.OldTownDogWalking.com		#
#		Date:			2007 Feb. 01						#
#################################################
*/

/* contact page - form layout*/ 
p.input-title{
	float: left;
	}
	
p.form-example{
	float:right;
	color: #222;
	font: italic 100%/80% sans;
	width: 300px;
	}
input, textarea{
	width: 300px; 
	font: inherit;
	border: 1px solid #333;
	padding: 2px;
	float: right;
	background: #eee;
	}

input:hover, textarea:hover, input:focus, textarea:focus{
	background: #fff;
	}

input.button{	
	cursor: pointer;
	width: 306px;
	}