button::-moz-focus-inner, input::-moz-focus-inner{
    border:0 none;
    padding:0;
}
input,
textarea,
select{
	width:425px;
	padding:10px;
	background-color:#000;
	border:0 none;
	color:#f3d5b0;
	vertical-align:middle;
}
select{
	width:481px;
}
input:focus,
select:focus,
textarea:focus{
	color:#fff;
}
input[type="checkbox"],
input[type="radio"],
input[type="range"],
input[type="color"]{
  width:auto;
  padding:0;
}
input[type="checkbox"],
input[type="radio"]{
  vertical-align:baseline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	width:auto;
	padding:13px 15px;
	background-color:#f3d5b0;
	border:0 none;
	color:#000;
	cursor:pointer;
	line-height:1em;
	font-weight:600;
	text-transform:uppercase;
}
button img{
  display:block;
}
button[disabled],
input[disabled]{
	cursor:default;
}

fieldset{
	padding:15px 20px;
	margin:8px 0 20px;
	background-color:#25221d;
	border:0 none;
}
legend{
	margin-left:-10px;
	padding:7px 15px;
	background-color:#f3d5b0;
	border:0 none;
	color:#000;
	line-height:1.3em;
	font-size:1.428571em;
	font-weight:300;
	text-transform:uppercase;
}
fieldset p{
	float:left;
	margin-bottom:10px;
	width:595px;
}
fieldset label{
	float:left;
	padding-top:4px;
	width:150px;
}
fieldset .error{
	display:block;
	padding-left:150px;
	color:#9D1201;
	font-size:0.85em;
	font-weight:bold;
}

.submitB{
	clear:both;
	text-align:right;
}

#newsletter-form{
	background-color:#2e2924;
}
#newsletter-form .left{
	position:relative;
}
#newsletter-form .left label{
	position:absolute;
	left:11px;
	top:8px;
	color:#f3d5b0;
	cursor:text;
	font-weight:600;
	text-transform:uppercase;
}
#newsletter-form .left input{
	width:211px;
	margin:0;
	padding:8px 10px 7px;
	background-color:#2e2924;
}
#newsletter-form .left input:focus{
	background-color:#59534e;
}
#newsletter-form button{
	margin:0;
	line-height:1em;
}