h1, form, fieldset, input, textarea {
	margin: 0; padding: 0; border: 0; outline: none;
}

*html {
	height: 100%;
}



#contact {
	width: 430px; 
	min-height:490px;
	height:auto;
	margin: 30px auto; 
	padding: 30px 30px;
	background:url(images/contact_bkg.jpg) 0 0 no-repeat;	 
	font:0.9em  "Courier New", Courier, monospace;
	color: #e9b30e;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
}

h1 {
	font-size: 35px; color: #445668; text-transform: uppercase;
	text-align: center; margin: 0 0 35px 0; text-shadow: 0px 1px 0px #f2f2f2;
}

label {
	float: left; 
	clear: left; 
	margin: 11px 20px 0 0; 
	width: 95px;  
	color: #e9b30e;
	font:1.2em  "Courier New", Courier, monospace;
	font-weight:lighter !important;
	text-transform:uppercase;
	text-shadow: 0px 1px 0px  #855E0E;
	text-align:left;

}

input {
	width: 260px; height: 35px; padding: 5px 20px 0px 20px; margin: 0 0 20px 0;
	background: #5E768D;
	background: -moz-linear-gradient(top, #2e2e2d 0%, #333333 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e2e2d), color-stop(20%,#333333)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #666;-webkit-box-shadow: 0px 1px 0px #666;
	font-family: sans-serif; font-size: 16px; color: #f2f2f2;  text-shadow: 0px -1px 0px #334f71;
}
	input::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}
	input:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}

textarea {
	width: 260px; height: 170px; padding: 12px 20px 0px 20px; margin: 0 0 20px 0;
	background: #5E768D;
	background: -moz-linear-gradient(top, #2e2e2d 0%, #333333 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e2e2d), color-stop(20%,#333333)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #666;-webkit-box-shadow: 0px 1px 0px #666;
	font-family: sans-serif; font-size: 16px; color: #f2f2f2; text-shadow: 0px -1px 0px #334f71;
}
	textarea::-webkit-input-placeholder  {
    	color: #ccc; text-shadow: 0px -1px 0px #38506b;
	}
	textarea:-moz-placeholder {
	    color: #ccc; text-shadow: 0px -1px 0px #38506b;
	}

input:focus, textarea:focus {
	background: #5b5b5b;
	background: -moz-linear-gradient(top, #5b5b5b 0%, #6b6a67 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(20%,#6b6a67)); /* webkit */
}

input[type=submit] {
	width: 185px; height: 52px; float: right; padding: 10px 15px; margin: 0 15px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #ccc;
	background: -moz-linear-gradient(top, #e9bd0e 0%, #e9b30e 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9bd0e), color-stop(100%,#e9b30e)); /* webkit */
	cursor: pointer;
	color:#999;
}
name{
	text-transform:uppercase;
}
thanks{
	font-size:1.2em;
	text-align:center;
}