



#contct {

	width: 355px;/*width of the contact form*/
	color: #000000; /*font text color, same as above applies */
	float: left;
	margin-left: 100px;
	margin-bottom:25px;
	}
	
#contct li {
	float: left;/*necessary to set the li box apart from the contct div */
	width: 355px;/*width of the container that holds the label and input elements */
	padding: 2px;/* best left alone */
	margin: 2px;/* best left alone */
	list-style-type: none;/* best left alone */
	}

#contct input, #contct textarea {
	width: 335px;
	float: left;
	}