@import "../style.css";

#main {
	background-image: url(images/bgr-contact.jpg);
	background-repeat: no-repeat;
	min-height: 500px;
}

input {
	background-color: silver;
	color : Black;
	border: none;
	padding-left: 5px;
	padding-right: 5px;
}

input.hundred {
	width: 90%;
}

input.submit {
	background-color: White;
	color: Black;
}

textarea {
	width: 90%;
	border: 1px solid silver;
	height: 200px;	
	background-color: silver;
	color : Black;
	padding-left: 5px;
	padding-right: 5px;
}