.fycontainer {
	max-width:650px;
	width:100%;
	margin:0 auto;
	position:relative;
}

#fycontact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="number"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#fycontact {
	padding:25px;
	margin:0;
}

#fycontact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
	top:10px;
}

#fycontact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

#fycontact fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#fycontact input[type="text"], #fycontact input[type="email"], #fycontact input[type="tel"], #fycontact input[type="number"], #fycontact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#fycontact input[type="text"]:hover, #fycontact input[type="email"]:hover, #fycontact input[type="tel"]:hover, #fycontact input[type="number"]:hover, #fycontact textarea: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;
}

#fycontact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#fycontact button[type="button"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#fycontact button[type="button"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#fycontact button[type="button"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#fycontact 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;
}