/*CSS SPRCIFIC TO CONTACT.HTML*/


/*text at top of page*/
#contacttext {
padding-top:30px;
padding-left:160px;
}

/*circular image*/
#contactcircle {
float:right;
padding-top:40px;
padding-right:200px;
padding-left:50px;
}

.moreinfo a {
color:black;
}

.moreinfo a:hover{
color:gray;
}
	/*Form settings*/
	#contactform{
	position:relative;
	left:150px;
	top:40px;
	width:500px;
	}
	
	fieldset{
	border:0;
	}
	
	input, textarea, select{
	position:relative;
	left:150px;
	bottom:24px;
	}
	
	#buttons{
	font-size:10px;
	padding-left:100px;
	}
