/* Contact Form stylesheet */

form{

/*	width:475px;*/

	}

	

fieldset{

	border: 0px solid #000;

	}

	

legend{

	font: bold 140%/1.6 Arial,sans-serif;

	color: #800000;

	padding-left:7px;

	}

	

fieldset label{

	float:left;

	display:inline;

	width:115px;

    line-height:16px;

	margin: 3px 10px;

	text-align:center;

	background: #800000 url("../images/vny_cf_wc.jpg") no-repeat left center;
	
	color:#FFFFFF;

	}

	

input,textarea{

	margin:3px 0 8px;

	border-style:solid;

	border-color: #778AA2 #7EA4D8 #7EA4D8 #778AA2;

    border-width:2px 1px 1px 2px;

	width: 240px;

	}

	

/*textarea:hover, input:hover, select:hover {

	background-color:#339900;

	}*/

	

select {

	margin:3px 0 8px;

	border-style:solid;

	border-color: #778AA2 #7EA4D8 #7EA4D8 #778AA2;

    border-width:2px 1px 1px 2px;

	width: 245px;

	}

	

input{

	height: 18px;

}



input#go{

	margin: 10px 0 0 130px;

	border-style:solid;

	border-color: #FFF #333 #333 #FFF;

    border-width:1px 2px 2px 1px;

	background: #CCC;

	width:auto;

	height: auto;

	}
	
div#contact {
	float:left;
	width:450px;
	padding-bottom:50px;
	}
	
div#addy {
	float:left;
	width:450px;
	padding-left: 10px;
	}
	
div#hours {
	float:left;
	width:450px;
	padding-left: 10px;
	}