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

html {
	height: 100%;
}

h1 {
	font-size: 35px; color: #25aae1;
	text-align: left; margin: 0 0 0px 0;
}

input {
	width: 350px; height: 35px; padding: 0px 10px 0px 10px; margin: 0 0 15px 0; 
	background: #b3c4d1;
	background: -moz-linear-gradient(top, #9cb1c1 0%, #b3c4d1 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cb1c1), color-stop(20%,#b3c4d1)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	/*font-family: 'wallopingregular', Arial, sans-serif; font-size: 16px; color: #FFF;*/
	font-family: "Century Gothic", Arial, sans-serif; font-size: 14px; color: #FFF; 
}
	input::-webkit-input-placeholder  {
    	color: #FFF; 
	}
	input:-moz-placeholder {
	    color: #FFF;
	}

textarea {
	width: 350px; height: 140px; padding: 10px 10px 0px 10px; margin: 0 0 10px 0; 
	background: #b3c4d1;
	background: -moz-linear-gradient(top, #9cb1c1 0%, #b3c4d1 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cb1c1), color-stop(20%,#b3c4d1)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #FFF;
	/*font-family: 'wallopingregular', Arial, sans-serif; font-size: 16px; color: #FFF;*/
	font-family: "Century Gothic", Arial, sans-serif; font-size: 14px; color: #FFF;
}
	textarea::-webkit-input-placeholder  {
    	color: #FFF; 
	}
	textarea:-moz-placeholder {
	    color: #FFF;
	}
	
input:focus, textarea:focus {
	background: #5E768D;
	background: -moz-linear-gradient(top, #668099 0%, #5E768D 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#5E768D)); /* webkit */
}

input[type=submit] {
	width: 200px; height: 52px; float: left; padding: 10px 15px; margin: 0 15px 0 0;
	background: -moz-linear-gradient(top, #9cb1c1 0%, #b3c4d1 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cb1c1), color-stop(100%,#b3c4d1)); /* webkit */
	cursor: pointer;
}

#human {  
	visibility:hidden;  
    display:none;  
    }  