@charset "UTF-8";
/* CSS Document */

form { overflow: hidden; }


/*
input[type="text"]{ background: #f8f8f8; border: none; padding: 17px; font-size: 13px; -webkit-appearance: none; width: 48%; }
form input[type="text"]{ float: left; }
form input[type="text"]:last-child{ float: right; }
input[type="submit"]{ float: right; }
input.hollow{ background: none; border: 2px solid #fff; display: inline-block; color: #fff; font-size: 14px; }
input.hollow::-webkit-input-placeholder { color: #fff; }
input.hollow:focus{ outline: none; }
textarea{ background: #f8f8f8; width: 100%; border: none; padding: 11px; margin-top: 22px; font-size: 13px; 	}

input:focus{ -webkit-appearance: none; outline: 1px solid rgba(35,35,35,0.2); }
textarea:focus{ -webkit-appearance: none; outline: 1px solid rgba(35,35,35,0.2); }
fieldset{ border: none; padding: 0px; margin: 0px; overflow: hidden; }
*/