/* CSS forms */
legend {font-weight:bold;}

	.homeform #txtfield {

		width:160px;

		background:#fff;

		border:1px solid #dfdfdf;

		height:20px;

		margin:0 0 10px;

		color:#000;

		border-radius: 3px;

		-moz-border-radius: 3px;

		-webkit-border-radius: 3px;

	}



.wpcf7 input[type=text] {

	background:#fff;

	border:1px solid #dfdfdf;

	height:20px;

	margin:0 0 10px;

	color:#000;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

}


.homeform #txtfield {

		width:160px;

		background:#fff;

		padding-top:2px;

		border:1px solid #dfdfdf;

		height:20px;

		color:#000;

		border-radius: 3px;

		-moz-border-radius: 3px;

		-webkit-border-radius: 3px;

		float: left;

		margin:5px 10px 5px 0px;

	}



		/* Firefox 1px bug hack */

	@-moz-document url-prefix() {

	  .month {

		 margin-top:-1px;

		 margin-bottom:1px;

	  }

	}	
	
	