/* -------------------------------------------
Filename: form.css
Title: CSS Settings for 3A Contact page
Author: Drew Tetz
/*

*/

#form {
	background-color: #be3a4a;
	border: 2px solid white;
	padding: 10px;
	text-align: center;
	margin: 10px auto auto auto;
	}

	#form p {
	border: none;
	padding: 2px;
	text-align: center;
		}
		
		#form label { 
			color: white;
			}
			
		#form input, #form textarea {
		border: 2px solid black;
		background-color: #b0b0b0;
		}
		
		#form input.submit {
		border: 1px solid black;
		}
		
		#form input.submit:hover{
		background-color: #8a8a8a;
		}