body {
	/*background: url(../img/honeycomb-orange_background_pattern.jpg);*/
	/*background: url(../img/brown_metallic_grid_pattern.jpg);*/
	/*background: url(../img/dark-background-pattern-of-chain-mail.jpg);*/
	background: url(../img/dark-metallic-background-pattern-2.jpg);
}

.wrapper {
	background: #777;
	padding: 0 25px 0 25px;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}

.disclaimer {
	font-size: 0.7em;	
}

footer {
	background: #aaa;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}

form {
	margin: 0 auto;
	width: 500px;
}

#name, #email, textarea, #human {
	height: 45px;
	font-size: 1.3em;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

 button.tertiary, .button.tertiary {
    background-color: #ffd9b2	;
    border-color: #bababa;
	padding: 5px 5px 7px 5px;
	margin-bottom: 1px;
    color: #333333; }
    button.tertiary:hover, button.tertiary:focus, .button.tertiary:hover, .button.tertiary:focus {
      background-color: #ff9b37; }
    button.tertiary:hover, button.tertiary:focus, .button.tertiary:hover, .button.tertiary:focus {
      color: #333333; }

textarea {
	height: 200px;
}

#submit {
	width: 191px;
	height: 68px;
	background: url(../img/submit.png);
    text-indent: -9999px;
    border: none;
    /*margin-top: 20px;*/
    cursor: pointer;
}

#submit:hover {
    opacity: 0.8;
}