@font-face {
	font-family: 'fontLight';
	src: url("font/lite.ttf");
}

@font-face {
	font-family: 'fontMedium';
	src: url("font/med.ttf");
}

@font-face {
	font-family: 'fontBold';
	src: url("font/bold.ttf");
}


#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"], #contact select { font:400 14px/16px "fontLight","Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	padding:15px;
}

#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact select  {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
  font-size:16px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover, #contact select:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"], #contact input[type="submit"] {
	cursor:pointer;
	width:50%;
	border:none;
	background:#fcb017;
	color:#FFF;
	margin:30px 0 0px 0;
	padding:10px;
	font-size:15px;
  font-family: 'fontBold';
}

#contact button[type="submit"]:hover {
	background:#e99d1c;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

#EmailExists {
  color: #ff0000;
  font-size: 12px;
  float: left;
/*  line-height: 10px;*/
  font-family: 'fontMedium'; 
  display: none;
}

#contact #EmailExistsInput{
/*  border:1px solid #ff0000;*/
}

@media all and (max-width: 600px) {
  #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact select  {
  font-size:13px;
}
}