@charset "utf-8";
/* CSS Document */

h5 {
	padding: 10px 0px 20px 0px !important;
	font-size: 18px;
	color: #977035;
}

#contact input, textarea {
	background-color: #444444;
	border: 1px solid #222222;
	color: #999999;
	font-size: 12px;
	width: 250px;
	padding: 2px;
}

#contact textarea {
	overflow: hidden;
}

#contact {
	padding: 5px;
}

#contact p {
	padding: 0px 5px 15px 0px;
}

#contact p:first-letter {
	font-size: inherit;
	padding: 0px;
}

.brown {
	color: #977035;
	font-size: 12px;
	font-family: arial;
}

.gray {
	color: #cccccc;
	font-size: 13px;
	font-family: arial;
}

.gradient_img {
	position: relative;
}

.gradient {
	position: absolute;
	right: 5px;
	top: 0px;
}

.button {
	color:#999999;
    border: 1px solid #000;
    background: #444444;
}